Struct clacks_mtproto::mtproto::update::ServiceNotification [] [src]

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

TL-derived from updateServiceNotification

updateServiceNotification#ebe46819 flags:# popup:flags.0?true inbox_date:flags.1?int type:string message:string media:MessageMedia entities:Vector<MessageEntity> = Update;

Fields

Trait Implementations

impl Debug for ServiceNotification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ServiceNotification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ServiceNotification
[src]

impl BareDeserialize for ServiceNotification
[src]

impl IntoBoxed for ServiceNotification
[src]

[src]

Auto Trait Implementations