public static class TdApi.UpdateInstalledStickerSets extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
stickerSetIds
The new list of installed ordinary sticker sets.
|
TdApi.StickerType |
stickerType
Type of the affected stickers.
|
| Constructor and Description |
|---|
UpdateInstalledStickerSets()
The list of installed sticker sets was updated.
|
UpdateInstalledStickerSets(TdApi.StickerType stickerType,
long[] stickerSetIds)
The list of installed sticker sets was updated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public long[] stickerSetIds
public static final int CONSTRUCTOR
public UpdateInstalledStickerSets()
public UpdateInstalledStickerSets(TdApi.StickerType stickerType, long[] stickerSetIds)
stickerType - Type of the affected stickers.stickerSetIds - The new list of installed ordinary sticker sets.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object