GroupLongPoll.withGroupId constructor

GroupLongPoll.withGroupId(
  1. API api,
  2. int _groupId
)

Implementation

GroupLongPoll.withGroupId(API api, int _groupId)
    : super(api: api, group_id: _groupId);