[−][src]Trait telegram_bot::prelude::ToReplyRequest
Use this trait to convert a complex type to corresponding request and reply to the message.
Associated Types
Required methods
pub fn to_reply_request<M>(&'b self, message: M) -> Self::Request where
M: ToMessageId + ToSourceChat,
[src][−]
M: ToMessageId + ToSourceChat,
Convert type to request and reply to the message.