Struct clacks::mtproto::rpc::messages::getAttachedStickers [] [src]

pub struct getAttachedStickers {
    pub media: InputStickeredMedia,
}

Fields

Trait Implementations

impl Debug for getAttachedStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getAttachedStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getAttachedStickers
[src]

impl BareSerialize for getAttachedStickers
[src]

[src]

Auto Trait Implementations