Link Search Menu Expand Document

Constructor: channelAdminLogEventActionChangeEmojiStickerSet

Back to constructors index

The supergroup’s custom emoji stickerset was changed.

Attributes:

NameTypeRequiredDescription
prev_stickersetInputStickerSetOptionalOld value
new_stickersetInputStickerSetOptionalNew value

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionChangeEmojiStickerSet = ['_' => 'channelAdminLogEventActionChangeEmojiStickerSet', 'prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet];