public static class TdApi.UpdateFavoriteStickers extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
stickerIds
The new list of file identifiers of favorite stickers.
|
Constructor and Description |
---|
UpdateFavoriteStickers()
The list of favorite stickers was updated.
|
UpdateFavoriteStickers(int[] stickerIds)
The list of favorite stickers was updated.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int[] stickerIds
public static final int CONSTRUCTOR
public UpdateFavoriteStickers()
public UpdateFavoriteStickers(int[] stickerIds)
stickerIds
- The new list of file identifiers of favorite stickers.public int getConstructor()
getConstructor
in class TdApi.Update