Class PhotosGetChatUploadServerQuery

    • Constructor Detail

      • PhotosGetChatUploadServerQuery

        public PhotosGetChatUploadServerQuery​(VkApiClient client,
                                              UserActor actor,
                                              int chatId)
        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
        chatId - value of "chat id" parameter. Minimum is 0.
      • PhotosGetChatUploadServerQuery

        public PhotosGetChatUploadServerQuery​(VkApiClient client,
                                              GroupActor actor,
                                              int chatId)
        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
        chatId - value of "chat id" parameter. Minimum is 0.