--- title: "channelAdminLogEventActionChangeEmojiStickerSet" description: "channelAdminLogEventActionChangeEmojiStickerSet attributes, type and example" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: channelAdminLogEventActionChangeEmojiStickerSet [Back to constructors index](/API_docs/constructors/index.html) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |prev\_stickerset|[InputStickerSet](/API_docs/types/InputStickerSet.html) | Optional| |new\_stickerset|[InputStickerSet](/API_docs/types/InputStickerSet.html) | Optional| ### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html) ### Example: ``` $channelAdminLogEventActionChangeEmojiStickerSet = ['_' => 'channelAdminLogEventActionChangeEmojiStickerSet', 'prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet]; ```