SendLocationMethod

Method to send point on the map

Members

Mixins

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

Variables

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

latitude
float latitude;

Latitude of the location

live_period
Duration live_period;

Period for which the location will be updated

longitude
float longitude;

Longitude of the location

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

See Also

Meta