Layer 220
AccountGetChannelRestrictedStatusEmojis
Returns fetch the full list of custom emoji IDs that cannot be used in channel emoji statuses.
method
Users
account.getChannelRestrictedStatusEmojis#35a9e0d5 hash:long = EmojiList;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long | Hash used for caching, for more info click here. |
Returns
EmojiListGogram Example
// AccountGetChannelRestrictedStatusEmojis - positional arguments result, err := client.AccountGetChannelRestrictedStatusEmojis(int64(0)) if err != nil { // handle error } // result is *tg.EmojiList