Package org.drinkless.tdlib
Class TdApi.IncreaseGiftAuctionBid
- Enclosing class:
- TdApi
Increases a bid for an auction gift without changing gift text and receiver.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the gift to put the bid on.longThe number of Telegram Stars to put in the bid. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which increases a bid for an auction gift without changing gift text and receiver.IncreaseGiftAuctionBid(long giftId, long starCount) Creates a function, which increases a bid for an auction gift without changing gift text and receiver. -
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 to put the bid on. -
starCount
public long starCountThe number of Telegram Stars to put in the bid. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
IncreaseGiftAuctionBid
public IncreaseGiftAuctionBid()Default constructor for a function, which increases a bid for an auction gift without changing gift text and receiver.Returns
Ok -
IncreaseGiftAuctionBid
public IncreaseGiftAuctionBid(long giftId, long starCount) Creates a function, which increases a bid for an auction gift without changing gift text and receiver.Returns
Ok- Parameters:
giftId- Identifier of the gift to put the bid on.starCount- The number of Telegram Stars to put in the bid.
-
-
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
-