[][src]Trait telegram_bot::prelude::CanGetChat

pub trait CanGetChat {
    pub fn get_chat(&self) -> GetChat;
}

Get up to date information about the chat.

Required methods

pub fn get_chat(&self) -> GetChat[src]

Loading content...

Implementors

impl<C> CanGetChat for C where
    C: ToChatRef
[src]

Loading content...