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