Class: TD::Types::LinkPreviewType::VideoChat

Inherits:
TD::Types::LinkPreviewType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_live_streamBoolean

True, if the video chat is expected to be a live stream in a channel or a broadcast group.

Returns:

  • (Boolean)

    the current value of is_live_stream



7
8
9
# File 'lib/tdlib/types/link_preview_type/video_chat.rb', line 7

def is_live_stream
  @is_live_stream
end

#photoTD::Types::ChatPhoto?

Photo of the chat with the video chat; may be null if none.

Returns:



7
8
9
# File 'lib/tdlib/types/link_preview_type/video_chat.rb', line 7

def photo
  @photo
end