Class MessagesEditChatQuery

    • Constructor Detail

      • MessagesEditChatQuery

        public MessagesEditChatQuery​(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. Maximum is 100000000. Minimum is 0.
      • MessagesEditChatQuery

        public MessagesEditChatQuery​(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. Maximum is 100000000. Minimum is 0.