mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 16:46:55 +00:00
10 lines
110 B
Go
10 lines
110 B
Go
package events
|
|
|
|
type MessageSent struct {
|
|
eventBase
|
|
|
|
UserID string
|
|
AddressID string
|
|
MessageID string
|
|
}
|