vk-java-sdk
vk-java-sdk copied to clipboard
Конструктор класса GroupsGetLongPollSettingsQuery два раза добавляет в запрос groupId
public GroupsGetLongPollSettingsQuery(VkApiClient client, GroupActor actor, int groupId) {
super(client, "groups.getLongPollSettings", GetLongPollSettingsResponse.class);
accessToken(actor.getAccessToken());
groupId(actor.getGroupId());
groupId(groupId);
}
А надо один.