[][src]Struct grammers_tl_types::functions::contacts::GetTopPeers

pub struct GetTopPeers {
    pub correspondents: bool,
    pub bots_pm: bool,
    pub bots_inline: bool,
    pub phone_calls: bool,
    pub forward_users: bool,
    pub forward_chats: bool,
    pub groups: bool,
    pub channels: bool,
    pub offset: i32,
    pub limit: i32,
    pub hash: i32,
}

Fields

correspondents: boolbots_pm: boolbots_inline: boolphone_calls: boolforward_users: boolforward_chats: boolgroups: boolchannels: booloffset: i32limit: i32hash: i32

Trait Implementations

impl Clone for GetTopPeers[src]

impl Debug for GetTopPeers[src]

impl Identifiable for GetTopPeers[src]

impl PartialEq<GetTopPeers> for GetTopPeers[src]

impl RemoteCall for GetTopPeers[src]

type Return = TopPeers

The type of the "return" value coming from the other end of the connection. Read more

impl Serializable for GetTopPeers[src]

impl StructuralPartialEq for GetTopPeers[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.