Class MessagesSetChatPhotoQuery

    • Constructor Detail

      • MessagesSetChatPhotoQuery

        public MessagesSetChatPhotoQuery​(VkApiClient client,
                                         UserActor actor,
                                         java.lang.String file)
        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
        file - value of "file" parameter.
      • MessagesSetChatPhotoQuery

        public MessagesSetChatPhotoQuery​(VkApiClient client,
                                         GroupActor actor,
                                         java.lang.String file)
        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
        file - value of "file" parameter.