[][src]Trait telegram_bot_raw::requests::send_message::CanReplySendMessage

pub trait CanReplySendMessage {
    fn text_reply<'c, 's, T>(&self, text: T) -> SendMessage<'s>
    where
        T: Into<Cow<'s, str>>
; }

Reply with text message.

Required methods

fn text_reply<'c, 's, T>(&self, text: T) -> SendMessage<'s> where
    T: Into<Cow<'s, str>>, 

Loading content...

Implementors

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

Loading content...