Skip to content

payments.getStarGiftAuctionState

Layer 225

Constructor ID: 0x5c9ff4d6
Returns: StarGiftAuctionState

Parameters

NameTypeDescription
auctionInputStarGiftAuction
versionint32

Example

go
result, err := client.Raw(&tg.GetStarGiftAuctionStateRequest{
    auction: nil, // InputStarGiftAuction
    version: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.