public static class TdApi.StarGiveawayPaymentOptions extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StarGiveawayPaymentOption[] |
options
The list of options.
|
| Constructor and Description |
|---|
StarGiveawayPaymentOptions()
Contains a list of options for creating Telegram Star giveaway.
|
StarGiveawayPaymentOptions(TdApi.StarGiveawayPaymentOption[] options)
Contains a list of options for creating Telegram Star giveaway.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StarGiveawayPaymentOption[] options
public static final int CONSTRUCTOR
public StarGiveawayPaymentOptions()
public StarGiveawayPaymentOptions(TdApi.StarGiveawayPaymentOption[] options)
options - The list of options.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object