Class: TD::Types::StoryContent::Video

Inherits:
TD::Types::StoryContent show all
Defined in:
lib/tdlib/types/story_content/video.rb

Overview

A video story.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#alternative_videoTD::Types::StoryVideo?

Alternative version of the video in MPEG4 format, encoded by x264 codec; may be null.

Returns:



7
8
9
# File 'lib/tdlib/types/story_content/video.rb', line 7

def alternative_video
  @alternative_video
end

#videoTD::Types::StoryVideo

The video in MPEG4 format.

Returns:



7
8
9
# File 'lib/tdlib/types/story_content/video.rb', line 7

def video
  @video
end