Layer 220
method Users
account.getRecentEmojiStatuses#f578105 hash:long = account.EmojiStatuses;

Parameters

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

Gogram Example

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