get_gifts_for_crafting()

Client.get_gifts_for_crafting()

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

Usable by Users Bots
Parameters:
  • regular_gift_id (int) – Identifier of the regular gift that will be used for crafting.

  • limit (int, optional) – The maximum number of gifts to be returned. Must be positive and can’t be greater than 100.

Returns:

Generator – A generator yielding Gift objects.