Struct clacks_mtproto::mtproto::message::Service [] [src]

pub struct Service {
    pub out: bool,
    pub mentioned: bool,
    pub media_unread: bool,
    pub silent: bool,
    pub post: bool,
    pub id: int,
    pub from_id: Option<int>,
    pub to_id: Peer,
    pub reply_to_msg_id: Option<int>,
    pub date: int,
    pub action: MessageAction,
}

TL-derived from messageService

messageService#9e19a1f6 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true id:int from_id:flags.8?int to_id:Peer reply_to_msg_id:flags.3?int date:int action:MessageAction = Message;

Fields

Trait Implementations

impl Debug for Service
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Service
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Service
[src]

impl BareDeserialize for Service
[src]

impl IntoBoxed for Service
[src]

[src]

Auto Trait Implementations

impl Send for Service

impl Sync for Service