Package org.drinkless.tdlib
Class TdApi.CloseGiftAuction
- Enclosing class:
- TdApi
Informs TDLib that a gift auction was closed by the user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the gift, which auction was closed. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs TDLib that a gift auction was closed by the user.CloseGiftAuction(long giftId) Creates a function, which informs TDLib that a gift auction was closed by the user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
giftId
public long giftIdIdentifier of the gift, which auction was closed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CloseGiftAuction
public CloseGiftAuction()Default constructor for a function, which informs TDLib that a gift auction was closed by the user.Returns
Ok -
CloseGiftAuction
public CloseGiftAuction(long giftId) Creates a function, which informs TDLib that a gift auction was closed by the user.Returns
Ok- Parameters:
giftId- Identifier of the gift, which auction was closed.
-
-
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
-