mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
999 B
999 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionChangeStickerSet | The supergroup's stickerset was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionChangeStickerSet
The supergroup's stickerset was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_stickerset | InputStickerSet | Optional | Previous stickerset |
new_stickerset | InputStickerSet | Optional | New stickerset |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionChangeStickerSet = ['_' => 'channelAdminLogEventActionChangeStickerSet', 'prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet];