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 {
TargetType TargetType `json:"targetType"`
Targets []string `json:"targets"`
MessageRaw *json.RawMessage `json:"message"`
Message []byte
Message *json.RawMessage `json:"message"`
}
type MessageBody struct {