Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeGiftAuction
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeGiftAuction
- Enclosing class:
- TdApi
The link is a link to a gift auction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintPoint in time (Unix timestamp) when the auction will be ended.static final intIdentifier uniquely determining type of the object.The gift. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a gift auction.LinkPreviewTypeGiftAuction(TdApi.Gift gift, int auctionEndDate) The link is a link to a gift auction. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
gift
The gift. -
auctionEndDate
public int auctionEndDatePoint in time (Unix timestamp) when the auction will be ended. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeGiftAuction
public LinkPreviewTypeGiftAuction()The link is a link to a gift auction. -
LinkPreviewTypeGiftAuction
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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-