public static class TdApi.UpdateRecentStickers extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isAttached
True, if the list of stickers attached to photo or video files was updated, otherwise the list of sent stickers is updated.
|
int[] |
stickerIds
The new list of file identifiers of recently used stickers.
|
Constructor and Description |
---|
UpdateRecentStickers()
The list of recently used stickers was updated.
|
UpdateRecentStickers(boolean isAttached,
int[] stickerIds)
The list of recently used stickers was updated.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isAttached
public int[] stickerIds
public static final int CONSTRUCTOR
public UpdateRecentStickers()
public UpdateRecentStickers(boolean isAttached, int[] stickerIds)
isAttached
- True, if the list of stickers attached to photo or video files was updated, otherwise the list of sent stickers is updated.stickerIds
- The new list of file identifiers of recently used stickers.public int getConstructor()
getConstructor
in class TdApi.Update