pub trait Forwardable: Message {
    fn forward_to(&self, chat_id: impl ImplicitChatId) -> ForwardMessage<'_> { ... }
}
Expand description

Provides methods for forwardable messages.

Provided Methods§

Forwards this message to another chat.

Implementors§