joinGroup abstract method

Future<VKWebAppBoolResult> joinGroup(
  1. int groupId
)

VKWebAppJoinGroup allows the user to join the community.

Platforms: iOS, Android, Web, Mobile Web

groupId - group ID.

Implementation

Future<VKWebAppBoolResult> joinGroup(int groupId);