Package org.drinkless.tdlib
Class TdApi.GiveawayPrizeStars
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiveawayPrize
org.drinkless.tdlib.TdApi.GiveawayPrizeStars
- Enclosing class:
- TdApi
The giveaway sends Telegram Stars to the winners.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longNumber of Telegram Stars that will be shared by all winners. -
Constructor Summary
ConstructorsConstructorDescriptionThe giveaway sends Telegram Stars to the winners.GiveawayPrizeStars(long starCount) The giveaway sends Telegram Stars to the winners. -
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
-
starCount
public long starCountNumber of Telegram Stars that will be shared by all winners. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiveawayPrizeStars
public GiveawayPrizeStars()The giveaway sends Telegram Stars to the winners. -
GiveawayPrizeStars
public GiveawayPrizeStars(long starCount) The giveaway sends Telegram Stars to the winners.- Parameters:
starCount- Number of Telegram Stars that will be shared by all winners.
-
-
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
-