Class TdApi.StarTransactionTypeGiftAuctionBid

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeGiftAuctionBid
Enclosing class:
TdApi

public static class TdApi.StarTransactionTypeGiftAuctionBid extends TdApi.StarTransactionType
The transaction is a bid on a gift auction; relevant for regular users only.
  • Field Details

    • ownerId

      public TdApi.MessageSender ownerId
      Identifier of the user that will receive the gift.
    • gift

      public TdApi.Gift gift
      The gift.
    • CONSTRUCTOR

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

    • StarTransactionTypeGiftAuctionBid

      public StarTransactionTypeGiftAuctionBid()
      The transaction is a bid on a gift auction; relevant for regular users only.
    • StarTransactionTypeGiftAuctionBid

      public StarTransactionTypeGiftAuctionBid(TdApi.MessageSender ownerId, TdApi.Gift gift)
      The transaction is a bid on a gift auction; relevant for regular users only.
      Parameters:
      ownerId - Identifier of the user that will receive the gift.
      gift - The gift.
  • 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