public static class TdApi.UpdateTrendingStickerSets extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TrendingStickerSets |
stickerSets
The prefix of the list of trending sticker sets with the newest trending sticker sets.
|
TdApi.StickerType |
stickerType
Type of the affected stickers.
|
| Constructor and Description |
|---|
UpdateTrendingStickerSets()
The list of trending sticker sets was updated or some of them were viewed.
|
UpdateTrendingStickerSets(TdApi.StickerType stickerType,
TdApi.TrendingStickerSets stickerSets)
The list of trending sticker sets was updated or some of them were viewed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public TdApi.TrendingStickerSets stickerSets
public static final int CONSTRUCTOR
public UpdateTrendingStickerSets()
public UpdateTrendingStickerSets(TdApi.StickerType stickerType, TdApi.TrendingStickerSets stickerSets)
stickerType - Type of the affected stickers.stickerSets - The prefix of the list of trending sticker sets with the newest trending sticker sets.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object