[][src]Trait telegram_bot_raw::requests::get_chat_member::CanGetChatMemberForChat

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

Get information about a member of a chat.

Required methods

fn get_member<O>(&self, other: O) -> GetChatMember where
    O: ToUserId

Loading content...

Implementors

impl<C> CanGetChatMemberForChat for C where
    C: ToChatRef
[src]

Loading content...