usesuper::Method;usecrate::types::True;useserde::Serialize;/// Makes the bot leave a group, supergroup, or channel.
#[derive(Debug, Serialize)]pubstructLeaveChat{/// Unique identifier of the chat the bot should leave.
pubchat_id:i64,
}implMethod forLeaveChat{typeResponse= True;constNAME:&str="leaveChat";}