[][src]Trait telegram_bot::types::requests::CanEditMessageLiveLocation

pub trait CanEditMessageLiveLocation {
    pub fn edit_live_location(
        &self,
        latitude: f32,
        longitude: f32
    ) -> EditMessageLiveLocation; }

Edit live location messages sent by the bot.

Required methods

pub fn edit_live_location(
    &self,
    latitude: f32,
    longitude: f32
) -> EditMessageLiveLocation
[src]

Loading content...

Implementors

impl<M> CanEditMessageLiveLocation for M where
    M: ToMessageId + ToSourceChat
[src]

Loading content...