ing
This commit is contained in:
parent
43dd61f856
commit
07a8f2726d
|
@ -8,8 +8,7 @@ import (
|
|||
type Message struct {
|
||||
TargetType TargetType `json:"targetType"`
|
||||
Targets []string `json:"targets"`
|
||||
MessageRaw *json.RawMessage `json:"message"`
|
||||
Message []byte
|
||||
Message *json.RawMessage `json:"message"`
|
||||
}
|
||||
|
||||
type MessageBody struct {
|
||||
|
|
Loading…
Reference in New Issue
Block a user