pub trait CanGetChatMemberForUser {
    fn get_member_from<O>(&self, other: O) -> GetChatMember
    where
        O: ToChatRef
; }
Expand description

Get information about a member of a chat.

Required Methods§

Implementors§