Class MessagesGetConversationMembersQuery

    • Constructor Detail

      • MessagesGetConversationMembersQuery

        public MessagesGetConversationMembersQuery​(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.
      • MessagesGetConversationMembersQuery

        public MessagesGetConversationMembersQuery​(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.