public static class TdApi.GetAttachedStickerSets extends TdApi.Function<TdApi.StickerSets>
Returns StickerSets
| 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, including regular, mask, and emoji sticker sets.
|
GetAttachedStickerSets(int fileId)
Creates a function, which returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int fileId
public static final int CONSTRUCTOR
public GetAttachedStickerSets()
Returns StickerSets
public GetAttachedStickerSets(int fileId)
Returns StickerSets
fileId - File identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object