Constructor: channelAdminLogEventActionChangeEmojiStickerSet
The supergroup’s custom emoji stickerset was changed.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_stickerset | InputStickerSet | Optional | Old value |
new_stickerset | InputStickerSet | Optional | New value |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeEmojiStickerSet = ['_' => 'channelAdminLogEventActionChangeEmojiStickerSet', 'prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet];