Layer 220
method Users
account.getChatThemes#d638de89 hash:long = account.Themes;

Parameters

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

Returns

account.Themes

Gogram Example

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