diff --git a/vk/structs.go b/vk/structs.go index 0f63188..b48c8ef 100644 --- a/vk/structs.go +++ b/vk/structs.go @@ -8,6 +8,6 @@ type MessageRequest struct { } type UserMessage struct { - Body string `json:"body"` + Body string `json:"text"` UserId int64 `json:"peer_id"` }