Struct clacks_mtproto::mtproto::chat_full::ChatFull [] [src]

pub struct ChatFull {
    pub id: int,
    pub participants: ChatParticipants,
    pub chat_photo: Photo,
    pub notify_settings: PeerNotifySettings,
    pub exported_invite: ExportedChatInvite,
    pub bot_info: Vector<Boxed, BotInfo>,
}

TL-derived from chatFull

chatFull#2e02a614 id:int participants:ChatParticipants chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector<BotInfo> = ChatFull;

Fields

Trait Implementations

impl Debug for ChatFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatFull
[src]

impl BareDeserialize for ChatFull
[src]

impl IntoBoxed for ChatFull
[src]

Auto Trait Implementations

impl Send for ChatFull

impl Sync for ChatFull