Skip to content

API Reference / ProxiedMessage

Interface: ProxiedMessage

Defined in: types.ts:67

Properties

member

member: Member

Defined in: types.ts:69

The member that was identified to be sending the message.


system

system: System

Defined in: types.ts:72

The system that the member belongs to.


color

color: string | null

Defined in: types.ts:78

The color to display this member's name as in chat. Uses the member's color when set, and falls back to the system's color if not.


pronouns

pronouns: string | null

Defined in: types.ts:88

The pronouns to display for this member. This is free text (i.e. "they/them", or "she/they"). Uses the member's pronouns when set, and falls back to the system's if not. Note: When set, these should take precedent over other pronoun sources such as alejo, PronounDB, etc.


body

body: string

Defined in: types.ts:94

The content of the message with the proxy prefix removed. If autoproxy was used, this will be the original message body.