How to catch a subscription to a group and make sure that it is checked from time to time?
-
How to catch a subscription to a group and make sure that it is checked from time to time? Bot vk.JavaScript Conner Brock, Dec 2, 2020
-
you catch through the callback API or longpoll - events group_join, group_leave
check via https://vk.com/dev/groups.isMemberAnonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!