Current section
Files
Jump to
Current section
Files
lib/synapse/account_data.ex
defmodule ExMatrixApi.Synapse.AccountData do
@moduledoc """
Batch of events related to Account.
"""
defstruct events: []
end