Class: TD::Types::MessageContent::VideoChatScheduled

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/video_chat_scheduled.rb

Overview

A new video chat was scheduled.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#group_call_idInteger

Identifier of the video chat. The video chat can be received through the method getGroupCall.

Returns:

  • (Integer)

    the current value of group_call_id



8
9
10
# File 'lib/tdlib/types/message_content/video_chat_scheduled.rb', line 8

def group_call_id
  @group_call_id
end

#start_dateInteger

Point in time (Unix timestamp) when the group call is supposed to be started by an administrator.

Returns:

  • (Integer)

    the current value of start_date



8
9
10
# File 'lib/tdlib/types/message_content/video_chat_scheduled.rb', line 8

def start_date
  @start_date
end