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