public static class TdApi.Gifts extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Gift[] |
gifts
The list of gifts.
|
| Constructor and Description |
|---|
Gifts()
Contains a list of gifts that can be sent to another user.
|
Gifts(TdApi.Gift[] gifts)
Contains a list of gifts that can be sent to another user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Gift[] gifts
public static final int CONSTRUCTOR
public Gifts()
public Gifts(TdApi.Gift[] gifts)
gifts - The list of gifts.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object