Trait telebot::functions::FunctionGetChatMemberCounts [] [src]

pub trait FunctionGetChatMemberCounts {
    fn get_chat_members_count(
        &self,
        _chat_id: Integer
    ) -> WrapperGetChatMemberCounts; }

Required Methods

Implementors