Added auth opportunity for VK callback API

This commit is contained in:
Artyom Belousov 2019-05-11 17:06:01 +03:00
parent 657f967a49
commit e4c2d9673b
3 changed files with 9 additions and 4 deletions

View file

@ -1,8 +1,10 @@
package vk
type MessageRequest struct {
Object UserMessage `json:"object"`
Secret string `json:"secret"`
Type string `json:"type"`
GroupId int64 `json:"group_id"`
Object UserMessage `json:"object"`
Secret string `json:"secret"`
}
type UserMessage struct {