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

pub struct SetInlineGameScore {
    pub edit_message: bool,
    pub force: bool,
    pub id: InputBotInlineMessageID,
    pub user_id: InputUser,
    pub score: int,
}

TL-derived from messages.setInlineGameScore

messages.setInlineGameScore#15ad9f64 flags:# edit_message:flags.0?true force:flags.1?true id:InputBotInlineMessageID user_id:InputUser score:int = Bool;

Fields

Trait Implementations

impl Debug for SetInlineGameScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetInlineGameScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetInlineGameScore
[src]

[src]

[src]

impl Function for SetInlineGameScore
[src]

impl BareSerialize for SetInlineGameScore
[src]

Auto Trait Implementations