Compare commits

...

2 Commits

Author SHA1 Message Date
Bel LaPointe
2911b2f884 more message fields 2024-04-12 08:04:46 -06:00
Bel LaPointe
81f887c08c all the slack_events i need 2024-04-12 08:01:17 -06:00
2 changed files with 10 additions and 5 deletions

View File

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

File diff suppressed because one or more lines are too long