Packages

Elixir API to communicate with Matrix Synapse

Current section

Files

Jump to
ex_matrix_api lib synapse account_data.ex
Raw

lib/synapse/account_data.ex

defmodule ExMatrixApi.Synapse.AccountData do
@moduledoc """
Batch of events related to Account.
"""
defstruct events: []
end