java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeStickerSet
- Enclosing class:
- TdApi
The link is a link to a sticker set.
Call searchStickerSet with the given
sticker set name to process the link
and show the sticker set.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the sticker set is expected to contain custom emoji.Name of the sticker set. -
Constructor Summary
ConstructorDescriptionThe link is a link to a sticker set.The link is a link to a sticker set.InternalLinkTypeStickerSet
(String stickerSetName, boolean expectCustomEmoji) The link is a link to a sticker set. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
stickerSetName
Name of the sticker set. -
expectCustomEmoji
public boolean expectCustomEmojiTrue, if the sticker set is expected to contain custom emoji. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeStickerSet
public InternalLinkTypeStickerSet()The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set. -
InternalLinkTypeStickerSet
The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set.- Parameters:
stickerSetName
- String Name of the sticker set.expectCustomEmoji
- boolean True, if the sticker set is expected to contain custom emoji.
-
InternalLinkTypeStickerSet
The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-