Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeGiftAuction
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
org.drinkless.tdlib.TdApi.InternalLinkTypeGiftAuction
- Enclosing class:
- TdApi
The link is a link to a gift auction. Call getGiftAuctionState with the given auction identifier to process the link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnique identifier of the auction.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a gift auction.InternalLinkTypeGiftAuction(String auctionId) 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
-
auctionId
Unique identifier of the auction. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InternalLinkTypeGiftAuction
public InternalLinkTypeGiftAuction()The link is a link to a gift auction. Call getGiftAuctionState with the given auction identifier to process the link. -
InternalLinkTypeGiftAuction
The link is a link to a gift auction. Call getGiftAuctionState with the given auction identifier to process the link.- Parameters:
auctionId- Unique identifier of the auction.
-
-
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
-