public static class TdApi.GetStickerSetName extends TdApi.Function<TdApi.Text>
Returns Text
| 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 |
|---|
GetStickerSetName()
Default constructor for a function, which returns name of a sticker set by its identifier.
|
GetStickerSetName(long setId)
Creates a function, which returns name of a sticker set by its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long setId
public static final int CONSTRUCTOR
public GetStickerSetName()
Returns Text
public GetStickerSetName(long setId)
Returns Text
setId - Identifier of the sticker set.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object