valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
18 lines • 608 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.currentGameChatInfoEndpoint = void 0;
const commonTypes_1 = require("../../../commonTypes");
exports.currentGameChatInfoEndpoint = {
name: 'Current Game Chat Info',
description: 'Get information about the current game chat',
category: ['Local Endpoints', 'Chat'],
type: 'local',
suffix: 'chat/v6/conversations/ares-coregame',
riotRequirements: {
localAuth: true
},
responses: {
'200': commonTypes_1.conversationsSchema
}
};
//# sourceMappingURL=CurrentGameChatInfo.js.map