pub trait GetChatId {
    // Required method
    fn chat_id(&self) -> Option<ChatId>;
}
Expand description

Something that may has a chat ID.

Required Methods§

Implementors§