VKCOM / vk-java-sdk

Java library for working with VK API
MIT License
294 stars 155 forks source link

Конструктор класса GroupsGetLongPollSettingsQuery два раза добавляет в запрос groupId #262

Open aleekseei opened 2 years ago

aleekseei commented 2 years ago
public GroupsGetLongPollSettingsQuery(VkApiClient client, GroupActor actor, int groupId) {
        super(client, "groups.getLongPollSettings", GetLongPollSettingsResponse.class);
        accessToken(actor.getAccessToken());
        groupId(actor.getGroupId());
        groupId(groupId);
    }

А надо один.