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