forked from Silverfish/proton-bridge
GODT-1650: Send extras
This commit is contained in:
9
internal/events/send.go
Normal file
9
internal/events/send.go
Normal file
@ -0,0 +1,9 @@
|
||||
package events
|
||||
|
||||
type MessageSent struct {
|
||||
eventBase
|
||||
|
||||
UserID string
|
||||
AddressID string
|
||||
MessageID string
|
||||
}
|
||||
Reference in New Issue
Block a user