Current section
Files
Jump to
Current section
Files
lib/synapse/account_data/event.ex
defmodule ExMatrixApi.Synapse.AccountData.Event do
@moduledoc """
Event related to account.
"""
@enforce_keys [:type]
defstruct content: nil,
type: nil
end