Class: TD::Types::StickerFullType::Mask
- Inherits:
-
TD::Types::StickerFullType
- Object
- Dry::Struct
- Base
- TD::Types::StickerFullType
- TD::Types::StickerFullType::Mask
- Defined in:
- lib/tdlib/types/sticker_full_type/mask.rb
Overview
The sticker is a mask in WEBP format to be placed on photos or videos.
Instance Attribute Summary collapse
-
#mask_position ⇒ TD::Types::MaskPosition?
Position where the mask is placed; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#mask_position ⇒ TD::Types::MaskPosition?
Position where the mask is placed; may be null.
5 6 7 |
# File 'lib/tdlib/types/sticker_full_type/mask.rb', line 5 def mask_position @mask_position end |