mirror of
https://github.com/vknet/vk.git
synced 2026-07-27 16:53:33 +00:00
20 lines
No EOL
435 B
JSON
20 lines
No EOL
435 B
JSON
{
|
|
"response": null,
|
|
"execute_errors": [
|
|
{
|
|
"method": "messages.removeChatUser",
|
|
"error_code": 1,
|
|
"error_msg": "Unknown error occured"
|
|
},
|
|
{
|
|
"method": "messages.removeChatUser",
|
|
"error_code": 935,
|
|
"error_msg": "User not found in chat"
|
|
},
|
|
{
|
|
"method": "execute",
|
|
"error_code": 15,
|
|
"error_msg": "Access denied: you can not join this private community"
|
|
}
|
|
]
|
|
} |