Class: TD::Types::MessageContent::InviteVoiceChatParticipants
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::InviteVoiceChatParticipants
- 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
-
#group_call_id ⇒ Integer
Identifier of the voice chat.
-
#user_ids ⇒ Array<Integer>
Invited user identifiers.
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.
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_ids ⇒ Array<Integer>
Invited user identifiers.
7 8 9 |
# File 'lib/tdlib/types/message_content/invite_voice_chat_participants.rb', line 7 def user_ids @user_ids end |