mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
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