Packages

Elixir API to communicate with Matrix Synapse

Current section

Files

Jump to
ex_matrix_api lib synapse rooms invite_state.ex
Raw

lib/synapse/rooms/invite_state.ex

defmodule ExMatrixApi.Synapse.Rooms.InviteState do
@moduledoc """
State of room invite in scope of events.
"""
defstruct uid: nil,
events: []
end