Skip to content

payments.getStarGiftUpgradeAttributes

Layer 225

Constructor ID: 0x6d038b58
Returns: StarGiftUpgradeAttributes

Parameters

NameTypeDescription
gift_idint64

Example

go
result, err := client.Raw(&tg.GetStarGiftUpgradeAttributesRequest{
    gift_id: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.