1
0
mirror of https://github.com/algora-io/tv.git synced 2025-03-27 20:20:18 +02:00

10 lines
160 B
Elixir

defmodule Algora.Chat.Events do
defmodule MessageSent do
defstruct message: nil
end
defmodule MessageDeleted do
defstruct message: nil
end
end