I do integration with VKontakte.
Got the user access key to access from the server (Authorization code flow).
Next, I get access keys to communities (Authorization code flow).
I add to the community in the setting Callback server and affix event types.
Now I want to understand whether Messages in the community are included or not.
In API, there is a groups.getSettings method, the value of messages in it, which I need, but I cannot call this method with my keys.
Is there any other way to find out the current value of this setting using my keys and API?