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