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: String

Identifier 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

Trait Implementations

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.