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