Struct clacks::mtproto::updateServiceNotification [] [src]

pub struct updateServiceNotification {
    pub popup: bool,
    pub inbox_date: Option<int>,
    pub type_: string,
    pub message: string,
    pub media: MessageMedia,
    pub entities: Vector<Boxed, MessageEntity>,
}

Fields

Trait Implementations

impl Debug for updateServiceNotification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateServiceNotification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateServiceNotification
[src]

[src]

impl BareDeserialize for updateServiceNotification
[src]

[src]

impl IntoBoxed for updateServiceNotification
[src]

[src]

Auto Trait Implementations