Trait telebot::functions::FunctionLeaveChat[][src]

pub trait FunctionLeaveChat {
    fn leave_chat(&self, _chat_id: Integer) -> WrapperLeaveChat;
}

Required Methods

Implementors