[−][src]Trait telegram_bot::types::requests::send_message::CanReplySendMessage
Reply with text message.
Required methods
pub fn text_reply<'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,
pub fn text_reply<'s, T>(&self, text: T) -> SendMessage<'s> where
T: Into<Cow<'s, str>>,
[src]
T: Into<Cow<'s, str>>,