public static class TdApi.TMeUrlTypeStickerSet extends TdApi.TMeUrlType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
stickerSetId
Identifier of the sticker set.
|
| Constructor and Description |
|---|
TMeUrlTypeStickerSet()
A URL linking to a sticker set.
|
TMeUrlTypeStickerSet(long stickerSetId)
A URL linking to a sticker set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long stickerSetId
public static final int CONSTRUCTOR
public TMeUrlTypeStickerSet()
public TMeUrlTypeStickerSet(long stickerSetId)
stickerSetId - Identifier of the sticker set.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object