Struct telegram_bot2::models::GetChat
source · pub struct GetChat { /* private fields */ }Expand description
Use this method to get up to date information about the chat (current name of the user for one-on-one conversations, current username of a user, group or channel, etc.). Returns a Chat object on success.
Trait Implementations§
source§impl<'de> Deserialize<'de> for GetChat
impl<'de> Deserialize<'de> for GetChat
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more