Layer 220
method Users
account.getChannelRestrictedStatusEmojis#35a9e0d5 hash:long = EmojiList;

Parameters

Name Type Description
Hash long Hash used for caching, for more info click here.

Returns

EmojiList

Gogram Example

// AccountGetChannelRestrictedStatusEmojis - positional arguments
result, err := client.AccountGetChannelRestrictedStatusEmojis(int64(0))
if err != nil {
    // handle error
}
// result is *tg.EmojiList