[][src]Struct telegram_bot::types::requests::edit_message_live_location::EditMessageLiveLocation

#[must_use = "requests do nothing unless sent"]pub struct EditMessageLiveLocation { /* fields omitted */ }

Use this method to edit live location messages sent by the bot. A location can be edited until its live_period expires or editing is explicitly disabled by a call to stopMessageLiveLocation.

Implementations

impl EditMessageLiveLocation[src]

pub fn new<C, M>(
    chat: C,
    message_id: M,
    latitude: f32,
    longitude: f32
) -> EditMessageLiveLocation where
    C: ToChatRef,
    M: ToMessageId
[src]

pub fn reply_markup<R>(
    &mut self,
    reply_markup: R
) -> &mut EditMessageLiveLocation where
    R: Into<ReplyMarkup>, 
[src]

Trait Implementations

impl Clone for EditMessageLiveLocation[src]

impl Debug for EditMessageLiveLocation[src]

impl PartialEq<EditMessageLiveLocation> for EditMessageLiveLocation[src]

impl PartialOrd<EditMessageLiveLocation> for EditMessageLiveLocation[src]

impl Request for EditMessageLiveLocation[src]

impl Serialize for EditMessageLiveLocation[src]

impl StructuralPartialEq for EditMessageLiveLocation[src]

Auto Trait Implementations

impl RefUnwindSafe for EditMessageLiveLocation[src]

impl Send for EditMessageLiveLocation[src]

impl Sync for EditMessageLiveLocation[src]

impl Unpin for EditMessageLiveLocation[src]

impl UnwindSafe for EditMessageLiveLocation[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]