Skip to content

getGiftsForCrafting

Function · TDLib 1.8.67 · d1085f9c

Returns upgraded gifts of the current user who can be used to craft another gifts

getGiftsForCrafting(
  regular_gift_id: int64,
  offset: string,
  limit: int32
) → GiftsForCrafting

regular_gift_id

int64

Identifier of the regular gift that will be used for crafting

offset

string

Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results

limit

int32

The maximum number of gifts to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit