[−][src]Trait telegram_bot_raw::requests::send_message::CanReplySendMessage
Reply with text message.
Required methods
fn text_reply<'c, 's, T>(&self, text: T) -> SendMessage<'s> where
T: Into<Cow<'s, str>>,
[src]
T: Into<Cow<'s, str>>,
Implementors
impl<M> CanReplySendMessage for M where
M: ToMessageId + ToSourceChat,
[src]
M: ToMessageId + ToSourceChat,
fn text_reply<'c, 's, T>(&self, text: T) -> SendMessage<'s> where
T: Into<Cow<'s, str>>,
[src]
T: Into<Cow<'s, str>>,