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