Class: TD::Types::MessageContent::InviteVoiceChatParticipants

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

Overview

A message with information about an invite to a voice chat.

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



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

def group_call_id
  @group_call_id
end

#user_idsArray<Integer>

Invited user identifiers.

Returns:

  • (Array<Integer>)

    the current value of user_ids



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

def user_ids
  @user_ids
end