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];