Class: TD::Types::MessageContent::InviteVideoChatParticipants

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

Overview

A message with information about an invitation to a video chat.

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.



7
8
9
# File 'lib/tdlib/types/message_content/invite_video_chat_participants.rb', line 7

def group_call_id
  @group_call_id
end

#user_idsArray<Integer>

Invited user identifiers.



7
8
9
# File 'lib/tdlib/types/message_content/invite_video_chat_participants.rb', line 7

def user_ids
  @user_ids
end