Trait teloxide_core::payloads::StopMessageLiveLocationInlineSetters[][src]

pub trait StopMessageLiveLocationInlineSetters: HasPayload<Payload = StopMessageLiveLocationInline> + Sized {
    fn inline_message_id<T>(self, value: T) -> Self
    where
        T: Into<String>
, { ... }
fn latitude(self, value: f64) -> Self { ... }
fn longitude(self, value: f64) -> Self { ... }
fn reply_markup<T>(self, value: T) -> Self
    where
        T: Into<ReplyMarkup>
, { ... } }

Setters for fields of StopMessageLiveLocationInline

Provided methods

fn inline_message_id<T>(self, value: T) -> Self where
    T: Into<String>, 
[src]

Setter for inline_message_id field.

fn latitude(self, value: f64) -> Self[src]

Setter for latitude field.

fn longitude(self, value: f64) -> Self[src]

Setter for longitude field.

fn reply_markup<T>(self, value: T) -> Self where
    T: Into<ReplyMarkup>, 
[src]

Setter for reply_markup field.

Loading content...

Implementors

Loading content...