more message fields

This commit is contained in:
Bel LaPointe
2024-04-12 08:04:46 -06:00
parent 81f887c08c
commit 2911b2f884
2 changed files with 4 additions and 3 deletions

View File

@@ -5,13 +5,13 @@ import "encoding/json"
type Message struct {
ID string
TS uint64
Plain string
Source string
Channel string
Thread string
EventName string
EventID string
AssetID string
Event string
Plaintext string
Asset string
}
func (m Message) Empty() bool {