public static class TdApi.UpdateStickerSet extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StickerSet |
stickerSet
The sticker set.
|
| Constructor and Description |
|---|
UpdateStickerSet()
A sticker set has changed.
|
UpdateStickerSet(TdApi.StickerSet stickerSet)
A sticker set has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerSet stickerSet
public static final int CONSTRUCTOR
public UpdateStickerSet()
public UpdateStickerSet(TdApi.StickerSet stickerSet)
stickerSet - The sticker set.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object