Sha256: ebe058e078121a57dea53a6b45e422b6d261854cc8c2c8b7701217dcf4c3b7a5
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 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::Integer attribute :user_ids, TD::Types::Array.of(TD::Types::Integer) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/message_content/invite_voice_chat_participants.rb |