Class: TD::Types::LinkPreviewType::VideoChat
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::VideoChat
- Defined in:
- lib/tdlib/types/link_preview_type/video_chat.rb
Overview
The link is a link to a video chat.
Instance Attribute Summary collapse
-
#is_live_stream ⇒ Boolean
True, if the video chat is expected to be a live stream in a channel or a broadcast group.
-
#photo ⇒ TD::Types::ChatPhoto?
Photo of the chat with the video chat; may be null if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_live_stream ⇒ Boolean
True, if the video chat is expected to be a live stream in a channel or a broadcast group.
7 8 9 |
# File 'lib/tdlib/types/link_preview_type/video_chat.rb', line 7 def is_live_stream @is_live_stream end |
#photo ⇒ TD::Types::ChatPhoto?
Photo of the chat with the video chat; may be null if none.
7 8 9 |
# File 'lib/tdlib/types/link_preview_type/video_chat.rb', line 7 def photo @photo end |