public static class TdApi.UpdateStickerSet extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public TdApi.StickerSet stickerSet
public static final int CONSTRUCTOR
public UpdateStickerSet()
public UpdateStickerSet(TdApi.StickerSet stickerSet)
stickerSet
- The sticker set.public int getConstructor()
getConstructor
in class TdApi.Update