Skip to content

payments.getCraftStarGifts

Layer 225

Constructor ID: 0xfd05dd00
Returns: SavedStarGifts

Parameters

NameTypeDescription
gift_idint64
offsetstring
limitint32

Example

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

Released under the Apache-2.0 License.