Layer 220
AccountGetDefaultGroupPhotoEmojis
Get a set of suggested custom emoji stickers that can be used as group picture
method
Users
account.getDefaultGroupPhotoEmojis#915860ae hash:long = EmojiList;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long | Hash used for caching, for more info click here. |
Returns
EmojiListGogram Example
// AccountGetDefaultGroupPhotoEmojis - positional arguments result, err := client.AccountGetDefaultGroupPhotoEmojis(int64(0)) if err != nil { // handle error } // result is *tg.EmojiList