public static class TdApi.GiveawayPrizeStars extends TdApi.GiveawayPrize
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
starCount
Number of Telegram Stars that will be shared by all winners.
|
| Constructor and Description |
|---|
GiveawayPrizeStars()
The giveaway sends Telegram Stars to the winners.
|
GiveawayPrizeStars(long starCount)
The giveaway sends Telegram Stars to the winners.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long starCount
public static final int CONSTRUCTOR
public GiveawayPrizeStars()
public GiveawayPrizeStars(long starCount)
starCount - Number of Telegram Stars that will be shared by all winners.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object