StopMessageLiveLocationMethod

Method to stop updating a live location message

Members

Mixins

__anonymous
mixin TelegramMethod!"/stopMessageLiveLocation"
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

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