payments.getStarGiftCollections
Layer 225
Constructor ID: 0x981b91dd
Returns: StarGiftCollections
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
hash | int64 |
Example
go
result, err := client.Raw(&tg.GetStarGiftCollectionsRequest{
peer: nil, // InputPeer
hash: 0,
})
if err != nil {
panic(err)
}
print(result)