Sha256: cb5e8b6a2b79c72faf9e2933952341942b1172f64536b0d0de72f329dd5feb8f

Contents?: true

Size: 496 Bytes

Versions: 2

Compression:

Stored size: 496 Bytes

Contents

module TD::Types
  # A message with information about an invite to a voice chat.
  #
  # @attr group_call_id [Integer] Identifier of the voice chat.
  #   The voice chat can be received through the method getGroupCall.
  # @attr user_ids [Array<Integer>] Invited user identifiers.
  class MessageContent::InviteVoiceChatParticipants < MessageContent
    attribute :group_call_id, TD::Types::Coercible::Integer
    attribute :user_ids, TD::Types::Array.of(TD::Types::Coercible::Integer)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/message_content/invite_voice_chat_participants.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/invite_voice_chat_participants.rb