class TelegramBot::Models::Venue

Overview

https://core.telegram.org/bots/api#venue

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

https://core.telegram.org/bots/api#venue


[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 location : Location #

[View source]
def location=(location : Location) #

[View source]
def title : String #

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

[View source]