SendVenueMethod

Method to send information about a venue

Members

Mixins

__anonymous
mixin TelegramMethod!"/sendVenue"
Undocumented in source.

Variables

address
string address;

Address of the venue

chat_id
TelegramID chat_id;

Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

disable_notification
bool disable_notification;

Send the message silently

foursquare_id
string foursquare_id;

Foursquare identifier of the venue

foursquare_type
string foursquare_type;

Foursquare type of the venue, if known

latitude
float latitude;

Latitude of the venue

longitude
float longitude;

Longitude of the venue

reply_markup
ReplyMarkup reply_markup;

Additional interface options

reply_to_message_id
int reply_to_message_id;

If the message is a reply, ID of the original message

title
string title;

Name of the venue

See Also

Meta