MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeEmojiStickerSet.md
2024-05-01 14:53:46 +02:00

952 B

title description nav_exclude image
channelAdminLogEventActionChangeEmojiStickerSet channelAdminLogEventActionChangeEmojiStickerSet attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeEmojiStickerSet

Back to constructors index

Attributes:

Name Type Required
prev_stickerset InputStickerSet Optional
new_stickerset InputStickerSet Optional

Type: ChannelAdminLogEventAction

Example:

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