[][src]Trait telegram_bot_raw::requests::edit_message_live_location::CanEditMessageLiveLocation

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

Edit live location messages sent by the bot.

Required methods

fn edit_live_location(
    &self,
    latitude: Float,
    longitude: Float
) -> EditMessageLiveLocation

Loading content...

Implementors

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

Loading content...