Skip to content

payments.getStarGiftUpgradePreview

Layer 225

Constructor ID: 0x9c9abcb1
Returns: StarGiftUpgradePreview

Parameters

NameTypeDescription
gift_idint64

Example

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

Released under the Apache-2.0 License.