Class: TD::Types::TMeUrlType::StickerSet
- Inherits:
-
TD::Types::TMeUrlType
- Object
- Dry::Struct
- Base
- TD::Types::TMeUrlType
- TD::Types::TMeUrlType::StickerSet
- Defined in:
- lib/tdlib/types/t_me_url_type/sticker_set.rb
Overview
A URL linking to a sticker set.
Instance Attribute Summary collapse
-
#sticker_set_id ⇒ Integer
Identifier of the sticker set.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sticker_set_id ⇒ Integer
Identifier of the sticker set.
5 6 7 |
# File 'lib/tdlib/types/t_me_url_type/sticker_set.rb', line 5 def sticker_set_id @sticker_set_id end |