account.getUniqueGiftChatThemes
Layer 225
Constructor ID: 0xe42ce9c9
Returns: ChatThemes
Parameters
| Name | Type | Description |
|---|---|---|
offset | string | |
limit | int32 | |
hash | int64 |
Example
go
result, err := client.Raw(&tg.GetUniqueGiftChatThemesRequest{
offset: "",
limit: 0,
hash: 0,
})
if err != nil {
panic(err)
}
print(result)