viewerGroupRole property

  1. @BuiltValueField(wireName: 'vk_viewer_group_role')
String? viewerGroupRole

User's role in the community from which the application is launched:

  • none - not a member of the community
  • member - community member
  • moder - community moderator
  • editor - community editor
  • admin is the administrator or creator of the community Information about the group is returned only if the application was launched using buttons in the community or the original link to the application looked like https://vk.com/app6909581_-166562603.

Implementation

@BuiltValueField(wireName: 'vk_viewer_group_role')
String? get viewerGroupRole;