pub trait Copyable: Message {
    fn copy_to(&self, chat_id: impl ImplicitChatId) -> CopyMessage<'_> { ... }
}
Expand description

Provides methods for copyable messages.

Provided Methods§

Copies this message to another chat.

Implementors§