Class TdApi.GetGiftAuctionState

Enclosing class:
TdApi

public static class TdApi.GetGiftAuctionState extends TdApi.Function<TdApi.GiftAuctionState>
Returns auction state for a gift.

Returns GiftAuctionState

  • Field Details

    • auctionId

      public String auctionId
      Unique identifier of the auction.
    • CONSTRUCTOR

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

    • GetGiftAuctionState

      public GetGiftAuctionState()
      Default constructor for a function, which returns auction state for a gift.

      Returns GiftAuctionState

    • GetGiftAuctionState

      public GetGiftAuctionState(String auctionId)
      Creates a function, which returns auction state for a gift.

      Returns GiftAuctionState

      Parameters:
      auctionId - Unique identifier of the auction.
  • 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