more message fields
parent
81f887c08c
commit
2911b2f884
|
|
@ -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 {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue