Class: TD::Types::InputStoryArea
- Defined in:
- lib/tdlib/types/input_story_area.rb
Overview
Describes a clickable rectangle area on a story media to be added.
Instance Attribute Summary collapse
-
#position ⇒ TD::Types::StoryAreaPosition
Position of the area.
-
#type ⇒ TD::Types::InputStoryAreaType
Type of the area.
Method Summary
Methods inherited from Base
Instance Attribute Details
#position ⇒ TD::Types::StoryAreaPosition
Position of the area.
6 7 8 |
# File 'lib/tdlib/types/input_story_area.rb', line 6 def position @position end |
#type ⇒ TD::Types::InputStoryAreaType
Type of the area.
6 7 8 |
# File 'lib/tdlib/types/input_story_area.rb', line 6 def type @type end |