Layer 220
method Users
account.getDefaultBackgroundEmojis#a60ab9ce hash:long = EmojiList;

Parameters

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

Returns

EmojiList

Gogram Example

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