UNPKG

valorant-api-types

Version:

A collection of documented endpoints and return types for the unofficial Valorant API

18 lines 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.allChatInfoEndpoint = void 0; const commonTypes_1 = require("../../../commonTypes"); exports.allChatInfoEndpoint = { name: 'All Chat Info', description: 'Get information about all active conversations', category: ['Local Endpoints', 'Chat'], type: 'local', suffix: 'chat/v6/conversations', riotRequirements: { localAuth: true }, responses: { '200': commonTypes_1.conversationsSchema } }; //# sourceMappingURL=AllChatInfo.js.map