This commit is contained in:
crusader 2018-04-13 19:57:43 +09:00
parent 43dd61f856
commit 07a8f2726d

View File

@ -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 {