Current section
Files
Jump to
Current section
Files
lib/synapse/rooms.ex
defmodule ExMatrixApi.Synapse.Rooms do
@moduledoc """
Batch of room events.
"""
defstruct invite: %{},
join: %{},
leave: %{}
end