GODT-1650: Send extras

This commit is contained in:
James Houlahan
2022-10-02 13:28:41 +02:00
parent 2cb739027b
commit ba9368426c
28 changed files with 1248 additions and 236 deletions

9
internal/events/send.go Normal file
View File

@ -0,0 +1,9 @@
package events
type MessageSent struct {
eventBase
UserID string
AddressID string
MessageID string
}