haskell-tdlib-2.1.11.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetGiftsForCrafting

Synopsis

Documentation

data GetGiftsForCrafting Source #

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

Constructors

GetGiftsForCrafting 

Fields

  • regular_gift_id :: Maybe Int

    Identifier of the regular gift that will be used for crafting

  • offset :: Maybe Text

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

  • limit :: Maybe Int

    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