body: z.object({
cid: z.string().describe('The conversation ID of the group to send the message to'),
message: z.string(),
type: z.enum(['groupchat', 'chat', 'system']).describe('Use chat for whispers, groupchat for group messages or system for message visible only to you.')
}),
https://github.com/techchrism/valorant-api-docs/blob/trunk/valorant-api-types/src/endpoints/local/chat/SendChat.ts#L15
After suggested enum