public static class TdApi.GetAttachedStickerSets extends TdApi.Function
Returns StickerSets
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
fileId
File identifier.
|
Constructor and Description |
---|
GetAttachedStickerSets()
Default constructor for a function, which returns a list of sticker sets attached to a file.
|
GetAttachedStickerSets(int fileId)
Creates a function, which returns a list of sticker sets attached to a file.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int fileId
public static final int CONSTRUCTOR
public GetAttachedStickerSets()
Returns StickerSets
public GetAttachedStickerSets(int fileId)
Returns StickerSets
fileId
- File identifier.public int getConstructor()
getConstructor
in class TdApi.Function