Struct clacks_mtproto::mtproto::rpc::messages::SetGameScore [] [src]

pub struct SetGameScore {
    pub edit_message: bool,
    pub force: bool,
    pub peer: InputPeer,
    pub id: int,
    pub user_id: InputUser,
    pub score: int,
}

TL-derived from messages.setGameScore

messages.setGameScore#8ef8ecc0 flags:# edit_message:flags.0?true force:flags.1?true peer:InputPeer id:int user_id:InputUser score:int = Updates;

Fields

Trait Implementations

impl Debug for SetGameScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetGameScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetGameScore
[src]

[src]

[src]

impl Function for SetGameScore
[src]

impl BareSerialize for SetGameScore
[src]

Auto Trait Implementations

impl Send for SetGameScore

impl Sync for SetGameScore