Function get_chat

Source
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 identifier
  • client_id - The client id to send the request to