Class: TD::Types::MessageContent::VoiceChatScheduled

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

Overview

A new voice 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 voice chat. The voice 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/voice_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/voice_chat_scheduled.rb', line 8

def start_date
  @start_date
end