mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
952 B
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
Attributes:
Name | Type | Required |
---|---|---|
prev_stickerset | InputStickerSet | Optional |
new_stickerset | InputStickerSet | Optional |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeEmojiStickerSet = ['_' => 'channelAdminLogEventActionChangeEmojiStickerSet', 'prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet];