public static class TdApi.UpdateInstalledStickerSets extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isMasks
True, if the list of installed mask sticker sets was updated.
|
long[] |
stickerSetIds
The new list of installed ordinary sticker sets.
|
Constructor and Description |
---|
UpdateInstalledStickerSets()
The list of installed sticker sets was updated.
|
UpdateInstalledStickerSets(boolean isMasks,
long[] stickerSetIds)
The list of installed sticker sets was updated.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isMasks
public long[] stickerSetIds
public static final int CONSTRUCTOR
public UpdateInstalledStickerSets()
public UpdateInstalledStickerSets(boolean isMasks, long[] stickerSetIds)
isMasks
- True, if the list of installed mask sticker sets was updated.stickerSetIds
- The new list of installed ordinary sticker sets.public int getConstructor()
getConstructor
in class TdApi.Update