Skip to content

payments.craftStarGift

Layer 225

Constructor ID: 0xb0f9684f
Returns: Updates

Parameters

NameTypeDescription
stargift[]InputSavedStarGift

Example

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

Released under the Apache-2.0 License.