public static class TdApi.ChatBoostSlots extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatBoostSlot[] |
slots
List of boost slots.
|
| Constructor and Description |
|---|
ChatBoostSlots()
Contains a list of chat boost slots.
|
ChatBoostSlots(TdApi.ChatBoostSlot[] slots)
Contains a list of chat boost slots.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatBoostSlot[] slots
public static final int CONSTRUCTOR
public ChatBoostSlots()
public ChatBoostSlots(TdApi.ChatBoostSlot[] slots)
slots - List of boost slots.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object