Trait telegram_bot::prelude::CanGetChatMemberForUser [] [src]

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

Get information about a member of a chat.

Required Methods

Implementors