public static class TdApi.TMeUrlTypeStickerSet extends TdApi.TMeUrlType
TdApi.TMeUrlType.Constructors
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() |
toString
public long stickerSetId
public static final int CONSTRUCTOR
public TMeUrlTypeStickerSet()
public TMeUrlTypeStickerSet(long stickerSetId)
stickerSetId
- Identifier of the sticker set.public int getConstructor()
getConstructor
in class TdApi.TMeUrlType