Class TdApi.LinkPreviewTypeGiftAuction

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeGiftAuction extends TdApi.LinkPreviewType
The link is a link to a gift auction.
  • Field Details

    • gift

      public TdApi.Gift gift
      The gift.
    • auctionEndDate

      public int auctionEndDate
      Point in time (Unix timestamp) when the auction will be ended.
    • CONSTRUCTOR

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

    • LinkPreviewTypeGiftAuction

      public LinkPreviewTypeGiftAuction()
      The link is a link to a gift auction.
    • LinkPreviewTypeGiftAuction

      public LinkPreviewTypeGiftAuction(TdApi.Gift gift, int auctionEndDate)
      The link is a link to a gift auction.
      Parameters:
      gift - The gift.
      auctionEndDate - Point in time (Unix timestamp) when the auction will be ended.
  • 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