payments.getStarGiftActiveAuctions
Layer 225
Constructor ID: 0xa5d0514d
Returns: StarGiftActiveAuctions
Parameters
| Name | Type | Description |
|---|---|---|
hash | int64 |
Example
go
result, err := client.Raw(&tg.GetStarGiftActiveAuctionsRequest{
hash: 0,
})
if err != nil {
panic(err)
}
print(result)