Class StoriesGetViewersQueryWithExtendedV5115

    • Constructor Detail

      • StoriesGetViewersQueryWithExtendedV5115

        public StoriesGetViewersQueryWithExtendedV5115​(VkApiClient client,
                                                       UserActor actor,
                                                       int ownerId,
                                                       int storyId)
        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
        ownerId - value of "owner id" parameter.
        storyId - value of "story id" parameter. Minimum is 0.
      • StoriesGetViewersQueryWithExtendedV5115

        public StoriesGetViewersQueryWithExtendedV5115​(VkApiClient client,
                                                       GroupActor actor,
                                                       int ownerId,
                                                       int storyId)
        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
        ownerId - value of "owner id" parameter.
        storyId - value of "story id" parameter. Minimum is 0.