pub trait CanLeaveChat {
    fn leave(&self) -> LeaveChat;
}
Expand description

Leave a group, supergroup or channel.

Required Methods§

Implementors§