public static class TdApi.ViewTrendingStickerSets extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
stickerSetIds
Identifiers of viewed trending sticker sets.
|
Constructor and Description |
---|
ViewTrendingStickerSets()
Default constructor for a function, which informs the server that some trending sticker sets have been viewed by the user.
|
ViewTrendingStickerSets(long[] stickerSetIds)
Creates a function, which informs the server that some trending sticker sets have been viewed by the user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long[] stickerSetIds
public static final int CONSTRUCTOR
public ViewTrendingStickerSets()
Returns Ok
public ViewTrendingStickerSets(long[] stickerSetIds)
Returns Ok
stickerSetIds
- Identifiers of viewed trending sticker sets.public int getConstructor()
getConstructor
in class TdApi.Function