class TelegramBot::InlineQueryResultVenue

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_venue.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, latitude : Float64, longitude : Float64, title : String, address : String, *, foursquare_id : Nil | String = nil, foursquare_type : Nil | String = nil, reply_markup : Nil | TelegramBot::InlineKeyboardMarkup = nil, input_message_content : TelegramBot::InputMessageContent | Nil = nil, thumb_url : Nil | String = nil, thumb_width : Int32 | Nil = nil, thumb_height : Int32 | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def address : String #

[View source]
def address=(address : String) #

[View source]
def foursquare_id : String | Nil #

[View source]
def foursquare_id=(foursquare_id : String | Nil) #

[View source]
def foursquare_type : String | Nil #

[View source]
def foursquare_type=(foursquare_type : String | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def input_message_content : InputMessageContent | Nil #

[View source]
def input_message_content=(input_message_content : InputMessageContent | Nil) #

[View source]
def latitude : Float64 #

[View source]
def latitude=(latitude : Float64) #

[View source]
def longitude : Float64 #

[View source]
def longitude=(longitude : Float64) #

[View source]
def reply_markup : InlineKeyboardMarkup | Nil #

[View source]
def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

[View source]
def thumb_height : Int32 | Nil #

[View source]
def thumb_height=(thumb_height : Int32 | Nil) #

[View source]
def thumb_url : String | Nil #

[View source]
def thumb_url=(thumb_url : String | Nil) #

[View source]
def thumb_width : Int32 | Nil #

[View source]
def thumb_width=(thumb_width : Int32 | Nil) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]