Struct telbot_types::message::StopInlineMessageLiveLocation [−][src]
pub struct StopInlineMessageLiveLocation {
pub inline_message_id: String,
pub reply_markup: Option<InlineKeyboardMarkup>,
}Expand description
Use this method to stop updating a live location message before live_period expires. On success, True is returned.
Fields
inline_message_id: StringIdentifier of the inline message
reply_markup: Option<InlineKeyboardMarkup>A JSON-serialized object for a new inline keyboard.
Implementations
Create a new stopMessageLiveLocation request
Set reply markup