mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
26 lines
685 B
Markdown
26 lines
685 B
Markdown
---
|
|
title: "messages.emojiGroupsNotModified"
|
|
description: "The list of emoji categories hasn't changed."
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_emojiGroupsNotModified.html
|
|
---
|
|
# Constructor: messages.emojiGroupsNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
The list of [emoji categories](https://core.telegram.org/api/custom-emoji#emoji-categories) hasn't changed.
|
|
|
|
|
|
|
|
|
|
### Type: [messages.EmojiGroups](/API_docs/types/messages.EmojiGroups.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_emojiGroupsNotModified = ['_' => 'messages.emojiGroupsNotModified'];
|
|
```
|