groupId property

  1. @BuiltValueField(wireName: 'vk_group_id')
int? groupId

Community ID if the app is launched from a community. Information about the group is returned if the application was launched using buttons in the community, from the block of community applications, or the original link to the application looked like https://vk.com/app12345_-12345

Implementation

@BuiltValueField(wireName: 'vk_group_id')
int? get groupId;