[][src]Trait telegram_bot::prelude::CanEditMessageCaption

pub trait CanEditMessageCaption {
    pub fn edit_caption<'s, T>(&self, caption: T) -> EditMessageCaption<'s>
    where
        T: Into<Cow<'s, str>>
; }

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]

Loading content...

Implementors

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

Loading content...