Layer 220
method Users
account.getThemes#7206e458 format:string hash:long = account.Themes;

Parameters

Name Type Description
Format string Theme format, a string that identifies the theming engines supported by the client
Hash long Hash used for caching, for more info click here.

Returns

account.Themes

Gogram Example

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