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

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

Required methods

fn leave_chat(&self, _chat_id: Integer) -> WrapperLeaveChat

Loading content...

Implementors

impl FunctionLeaveChat for RequestHandle[src]

Loading content...