EditMessageLiveLocationMethod

Method to edit live location messages

Members

Mixins

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

Variables

chat_id
TelegramID chat_id;

Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

inline_message_id
string inline_message_id;

Required if chat_id and message_id are not specified. Identifier of the inline message

latitude
float latitude;

Latitude of new location

longitude
float longitude;

Longitude of new location

message_id
int message_id;

Required if inline_message_id is not specified. Identifier of the sent message

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to a message

See Also

Meta