Class MessagesMarkAsImportantConversationQuery

    • Constructor Detail

      • MessagesMarkAsImportantConversationQuery

        public MessagesMarkAsImportantConversationQuery​(VkApiClient client,
                                                        UserActor actor,
                                                        int peerId)
        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
        peerId - value of "peer id" parameter.
      • MessagesMarkAsImportantConversationQuery

        public MessagesMarkAsImportantConversationQuery​(VkApiClient client,
                                                        GroupActor actor,
                                                        int peerId)
        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
        peerId - value of "peer id" parameter.