mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
29 lines
952 B
Markdown
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];
|
|
```
|