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

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

Get information about a member of a chat.

Required methods

pub fn get_member_from<O>(&self, other: O) -> GetChatMember where
    O: ToChatRef
[src]

Loading content...

Implementors

impl<U> CanGetChatMemberForUser for U where
    U: ToUserId
[src]

Loading content...