Class: TD::Types::InputInlineQueryResult::Location

Inherits:
TD::Types::InputInlineQueryResult show all
Defined in:
lib/tdlib/types/input_inline_query_result/location.rb

Overview

Represents a point on the map.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#idTD::Types::String

Unique identifier of the query result.

Returns:

  • (TD::Types::String)

    the current value of id



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def id
  @id
end

#input_message_contentTD::Types::InputMessageContent

The content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageInvoice, inputMessageLocation, TD::Types::InputMessageContent::Venue or inputMessageContact.

Returns:



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def input_message_content
  @input_message_content
end

#live_periodInteger

Amount of time relative to the message sent time until the location can be updated, in seconds.

Returns:

  • (Integer)

    the current value of live_period



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def live_period
  @live_period
end

#locationTD::Types::Location

Location result.

Returns:



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def location
  @location
end

#reply_markupTD::Types::ReplyMarkup

The message reply markup. Must be of type ReplyMarkup::InlineKeyboard or null.

Returns:



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def reply_markup
  @reply_markup
end

#thumbnail_heightInteger

Thumbnail height, if known.

Returns:

  • (Integer)

    the current value of thumbnail_height



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def thumbnail_height
  @thumbnail_height
end

#thumbnail_urlTD::Types::String

URL of the result thumbnail, if it exists.

Returns:

  • (TD::Types::String)

    the current value of thumbnail_url



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def thumbnail_url
  @thumbnail_url
end

#thumbnail_widthInteger

Thumbnail width, if known.

Returns:

  • (Integer)

    the current value of thumbnail_width



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def thumbnail_width
  @thumbnail_width
end

#titleTD::Types::String

Title of the result.

Returns:

  • (TD::Types::String)

    the current value of title



17
18
19
# File 'lib/tdlib/types/input_inline_query_result/location.rb', line 17

def title
  @title
end