Sha256: 2204f02f6b9ce270275b49992d764d6d67bb126378cf9d88b0abfdf1d078c995

Contents?: true

Size: 304 Bytes

Versions: 1

Compression:

Stored size: 304 Bytes

Contents

module TD::Types
  # A newly created voice chat.
  #
  # @attr group_call_id [Integer] Identifier of the voice chat.
  #   The voice chat can be received through the method getGroupCall.
  class MessageContent::VoiceChatStarted < MessageContent
    attribute :group_call_id, 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/voice_chat_started.rb