public static class TdApi.UpdateFavoriteStickers extends TdApi.Update
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object