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

pub struct GetAttachedStickers {
    pub media: InputStickeredMedia,
}

TL-derived from messages.getAttachedStickers

messages.getAttachedStickers#cc5b67cc media:InputStickeredMedia = Vector<StickerSetCovered>;

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 BoxedSerialize for GetAttachedStickers
[src]

[src]

[src]

impl Function for GetAttachedStickers
[src]

impl BareSerialize for GetAttachedStickers
[src]

Auto Trait Implementations