Struct clacks_mtproto::mtproto::rpc::channels::SetStickers [] [src]

pub struct SetStickers {
    pub channel: InputChannel,
    pub stickerset: InputStickerSet,
}

TL-derived from channels.setStickers

channels.setStickers#ea8ca4f9 channel:InputChannel stickerset:InputStickerSet = Bool;

Fields

Trait Implementations

impl Debug for SetStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetStickers
[src]

[src]

[src]

impl Function for SetStickers
[src]

impl BareSerialize for SetStickers
[src]

Auto Trait Implementations

impl Send for SetStickers

impl Sync for SetStickers