Class BoardCloseTopicQuery

    • Constructor Detail

      • BoardCloseTopicQuery

        public BoardCloseTopicQuery​(VkApiClient client,
                                    UserActor actor,
                                    int groupId,
                                    int topicId)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
        groupId - value of "group id" parameter. Minimum is 0.
        topicId - value of "topic id" parameter. Minimum is 0.