mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
25 lines
657 B
Markdown
25 lines
657 B
Markdown
|
---
|
||
|
title: "inputStickerSetEmojiChannelDefaultStatuses"
|
||
|
description: "Default custom emoji status stickerset for channel statuses"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputStickerSetEmojiChannelDefaultStatuses
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Default [custom emoji status](https://core.telegram.org/api/emoji-status) stickerset for channel statuses
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputStickerSet](/API_docs/types/InputStickerSet.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputStickerSetEmojiChannelDefaultStatuses = ['_' => 'inputStickerSetEmojiChannelDefaultStatuses'];
|
||
|
```
|