[−][src]Trait telegram_bot::prelude::CanEditMessageCaption
Edit captions of messages sent by the bot.
Required methods
pub 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,
pub fn edit_caption<'s, T>(&self, caption: T) -> EditMessageCaption<'s> where
T: Into<Cow<'s, str>>,
[src]
T: Into<Cow<'s, str>>,