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

Get information about a member of a chat.

Required Methods§

Implementors§