pub trait CanLeaveChat { // Required method fn leave(&self) -> LeaveChat; }
Leave a group, supergroup or channel.