Trait telegram_bot::prelude::CanGetChatMemberForChat [] [src]

pub trait CanGetChatMemberForChat {
    fn get_member<O>(&self, other: O) -> GetChatMember
    where
        O: ToUserId
; }

Get information about a member of a chat.

Required Methods

Implementors