public static class TdApi.InternalLinkTypeStickerSet extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
stickerSetName
Name of the sticker set.
|
Constructor and Description |
---|
InternalLinkTypeStickerSet()
The link is a link to a sticker set.
|
InternalLinkTypeStickerSet(java.lang.String stickerSetName)
The link is a link to a sticker set.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String stickerSetName
public static final int CONSTRUCTOR
public InternalLinkTypeStickerSet()
public InternalLinkTypeStickerSet(java.lang.String stickerSetName)
stickerSetName
- Name of the sticker set.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType