Class: TD::Types::StoryContent::Video
- Inherits:
-
TD::Types::StoryContent
- Object
- Dry::Struct
- Base
- TD::Types::StoryContent
- TD::Types::StoryContent::Video
- Defined in:
- lib/tdlib/types/story_content/video.rb
Overview
A video story.
Instance Attribute Summary collapse
-
#alternative_video ⇒ TD::Types::StoryVideo?
Alternative version of the video in MPEG4 format, encoded by x264 codec; may be null.
-
#video ⇒ TD::Types::StoryVideo
The video in MPEG4 format.
Method Summary
Methods inherited from Base
Instance Attribute Details
#alternative_video ⇒ TD::Types::StoryVideo?
Alternative version of the video in MPEG4 format, encoded by x264 codec; may be null.
7 8 9 |
# File 'lib/tdlib/types/story_content/video.rb', line 7 def alternative_video @alternative_video end |
#video ⇒ TD::Types::StoryVideo
The video in MPEG4 format.
7 8 9 |
# File 'lib/tdlib/types/story_content/video.rb', line 7 def video @video end |