[−][src]Trait telegram_bot_raw::requests::edit_message_caption::CanEditMessageCaption
Edit captions of messages sent by the bot.
Required methods
fn edit_caption<'s, T>(&self, caption: T) -> EditMessageCaption<'s> where
T: Into<Cow<'s, str>>,
[src]
T: Into<Cow<'s, str>>,
Implementors
impl<M> CanEditMessageCaption for M where
M: ToMessageId + ToSourceChat,
[src]
M: ToMessageId + ToSourceChat,
fn edit_caption<'s, T>(&self, caption: T) -> EditMessageCaption<'s> where
T: Into<Cow<'s, str>>,
[src]
T: Into<Cow<'s, str>>,