Class TdApi.GetGiftCollections

Enclosing class:
TdApi

public static class TdApi.GetGiftCollections extends TdApi.Function<TdApi.GiftCollections>
Returns collections of gifts owned by the given user or chat.

Returns GiftCollections

  • Field Details

    • ownerId

      public TdApi.MessageSender ownerId
      Identifier of the user or the channel chat that received the gifts.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetGiftCollections

      public GetGiftCollections()
      Default constructor for a function, which returns collections of gifts owned by the given user or chat.

      Returns GiftCollections

    • GetGiftCollections

      public GetGiftCollections(TdApi.MessageSender ownerId)
      Creates a function, which returns collections of gifts owned by the given user or chat.

      Returns GiftCollections

      Parameters:
      ownerId - Identifier of the user or the channel chat that received the gifts.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR