Class: TD::Types::InternalLinkType::StickerSet
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::StickerSet
- Defined in:
- lib/tdlib/types/internal_link_type/sticker_set.rb
Overview
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.
Instance Attribute Summary collapse
-
#expect_custom_emoji ⇒ Boolean
True, if the sticker set is expected to contain custom emoji.
-
#sticker_set_name ⇒ TD::Types::String
Name of the sticker set.
Method Summary
Methods inherited from Base
Instance Attribute Details
#expect_custom_emoji ⇒ Boolean
True, if the sticker set is expected to contain custom emoji.
8 9 10 |
# File 'lib/tdlib/types/internal_link_type/sticker_set.rb', line 8 def expect_custom_emoji @expect_custom_emoji end |
#sticker_set_name ⇒ TD::Types::String
Name of the sticker set.
8 9 10 |
# File 'lib/tdlib/types/internal_link_type/sticker_set.rb', line 8 def sticker_set_name @sticker_set_name end |