Inherits InternalLinkType.
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. If the sticker set is found and the user wants to add it, then call changeStickerSet.
Public Fields | |
string | sticker_set_name_ |
Name of the sticker set. | |
bool | expect_custom_emoji_ |
True, if the sticker set is expected to contain custom emoji. | |
Public Instance Methods | |
internalLinkTypeStickerSet () | |
internalLinkTypeStickerSet (string const &sticker_set_name_, bool expect_custom_emoji_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1589227614 |
Identifier uniquely determining a type of the object. | |
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. If the sticker set is found and the user wants to add it, then call changeStickerSet.
internalLinkTypeStickerSet | ( | string const & | sticker_set_name_, |
bool | expect_custom_emoji_ | ||
) |
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. If the sticker set is found and the user wants to add it, then call changeStickerSet.
[in] | sticker_set_name_ | Name of the sticker set. |
[in] | expect_custom_emoji_ | True, if the sticker set is expected to contain custom emoji. |
|
finalvirtual |