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

29 lines
952 B
Markdown

---
title: "channelAdminLogEventActionChangeEmojiStickerSet"
description: "channelAdminLogEventActionChangeEmojiStickerSet attributes, type and example"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionChangeEmojiStickerSet
[Back to constructors index](/API_docs/constructors/index.html)
### Attributes:
| Name | Type | Required |
|----------|---------------|----------|
|prev\_stickerset|[InputStickerSet](/API_docs/types/InputStickerSet.html) | Optional|
|new\_stickerset|[InputStickerSet](/API_docs/types/InputStickerSet.html) | Optional|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionChangeEmojiStickerSet = ['_' => 'channelAdminLogEventActionChangeEmojiStickerSet', 'prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet];
```