[][src]Trait telegram_bot::prelude::CanReplySendMessage

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

Reply with text message.

Required methods

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

Loading content...

Implementors

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

Loading content...