public static class TdApi.InternalLinkTypeStickerSet extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
expectCustomEmoji
True, if the sticker set is expected to contain custom emoji.
|
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,
boolean expectCustomEmoji)
The link is a link to a sticker set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String stickerSetName
public boolean expectCustomEmoji
public static final int CONSTRUCTOR
public InternalLinkTypeStickerSet()
public InternalLinkTypeStickerSet(java.lang.String stickerSetName,
boolean expectCustomEmoji)
stickerSetName - Name of the sticker set.expectCustomEmoji - True, if the sticker set is expected to contain custom emoji.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object