Class: TD::Types::MessageContent::VoiceChatScheduled
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::VoiceChatScheduled
- Defined in:
- lib/tdlib/types/message_content/voice_chat_scheduled.rb
Overview
A new voice chat was scheduled.
Instance Attribute Summary collapse
-
#group_call_id ⇒ Integer
Identifier of the voice chat.
-
#start_date ⇒ Integer
Point in time (Unix timestamp) when the group call is supposed to be started by an administrator.
Method Summary
Methods inherited from Base
Instance Attribute Details
#group_call_id ⇒ Integer
Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
8 9 10 |
# File 'lib/tdlib/types/message_content/voice_chat_scheduled.rb', line 8 def group_call_id @group_call_id end |
#start_date ⇒ Integer
Point in time (Unix timestamp) when the group call is supposed to be started by an administrator.
8 9 10 |
# File 'lib/tdlib/types/message_content/voice_chat_scheduled.rb', line 8 def start_date @start_date end |