Class: TD::Types::ChatPhotoStickerType::RegularOrMask
- Inherits:
-
TD::Types::ChatPhotoStickerType
- Object
- Dry::Struct
- Base
- TD::Types::ChatPhotoStickerType
- TD::Types::ChatPhotoStickerType::RegularOrMask
- Defined in:
- lib/tdlib/types/chat_photo_sticker_type/regular_or_mask.rb
Overview
Information about the sticker, which was used to create the chat photo.
Instance Attribute Summary collapse
-
#sticker_id ⇒ Integer
Identifier of the sticker in the set.
-
#sticker_set_id ⇒ Integer
Sticker set identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#sticker_id ⇒ Integer
Identifier of the sticker in the set.
6 7 8 |
# File 'lib/tdlib/types/chat_photo_sticker_type/regular_or_mask.rb', line 6 def sticker_id @sticker_id end |
#sticker_set_id ⇒ Integer
Sticker set identifier.
6 7 8 |
# File 'lib/tdlib/types/chat_photo_sticker_type/regular_or_mask.rb', line 6 def sticker_set_id @sticker_set_id end |