public static class TdApi.GetStickerSet extends TdApi.Function
Returns StickerSet
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
setId
Identifier of the sticker set.
|
Constructor and Description |
---|
GetStickerSet()
Default constructor for a function, which returns information about a sticker set by its identifier.
|
GetStickerSet(long setId)
Creates a function, which returns information about a sticker set by its identifier.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long setId
public static final int CONSTRUCTOR
public GetStickerSet()
Returns StickerSet
public GetStickerSet(long setId)
Returns StickerSet
setId
- Identifier of the sticker set.public int getConstructor()
getConstructor
in class TdApi.Function