mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
26 lines
693 B
Markdown
26 lines
693 B
Markdown
---
|
|
title: "account.emojiStatusesNotModified"
|
|
description: "The server-side list of emoji statuses hasn't changed"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/account_emojiStatusesNotModified.html
|
|
---
|
|
# Constructor: account.emojiStatusesNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
The server-side list of [emoji statuses](https://core.telegram.org/api/emoji-status) hasn't changed
|
|
|
|
|
|
|
|
|
|
### Type: [account.EmojiStatuses](/API_docs/types/account.EmojiStatuses.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$account_emojiStatusesNotModified = ['_' => 'account.emojiStatusesNotModified'];
|
|
```
|