Struct clacks::mtproto::channelAdminLogEventActionChangeStickerSet [] [src]

pub struct channelAdminLogEventActionChangeStickerSet {
    pub prev_stickerset: InputStickerSet,
    pub new_stickerset: InputStickerSet,
}

Fields

Trait Implementations

Auto Trait Implementations