public static class TdApi.UpdateTrendingStickerSets extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StickerSets |
stickerSets
The prefix of the list of trending sticker sets with the newest trending sticker sets.
|
Constructor and Description |
---|
UpdateTrendingStickerSets()
The list of trending sticker sets was updated or some of them were viewed.
|
UpdateTrendingStickerSets(TdApi.StickerSets stickerSets)
The list of trending sticker sets was updated or some of them were viewed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.StickerSets stickerSets
public static final int CONSTRUCTOR
public UpdateTrendingStickerSets()
public UpdateTrendingStickerSets(TdApi.StickerSets stickerSets)
stickerSets
- The prefix of the list of trending sticker sets with the newest trending sticker sets.public int getConstructor()
getConstructor
in class TdApi.Update