UNPKG

valorant-api-types

Version:

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

18 lines 587 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pregameChatInfoEndpoint = void 0; const commonTypes_1 = require("../../../commonTypes"); exports.pregameChatInfoEndpoint = { name: 'Pre-Game Chat Info', description: 'Get information about the pre-game chat', category: ['Local Endpoints', 'Chat'], type: 'local', suffix: 'chat/v6/conversations/ares-pregame', riotRequirements: { localAuth: true }, responses: { '200': commonTypes_1.conversationsSchema } }; //# sourceMappingURL=PregameChatInfo.js.map