pub async fn get_chat(chat_id: i64, client_id: i32) -> Result<Chat, Error>Expand description
Returns information about a chat by its identifier; this is an offline request if the current user is not a bot
ยงArguments
chat_id- Chat identifierclient_id- The client id to send the request to