Skip to content

API Reference / Member

Interface: Member

Defined in: types.ts:35

Properties

id

id: number

Defined in: types.ts:40

The unique ID of the member, which may be referenced by System.autoproxy_member_id.


name

name: string

Defined in: types.ts:43

The display name of the member.


proxies

proxies: Proxy[]

Defined in: types.ts:48

The list of proxies to check messages against.


case_sensitive

case_sensitive: boolean

Defined in: types.ts:54

Whether case-sensitivity should be respected when checking for the proxies in the message.


require_space

require_space: boolean

Defined in: types.ts:60

Whether a space needs to separate the proxy from the rest of the message.


color

color: string | null

Defined in: types.ts:63

The color this member would like their name displayed as in chat.


pronouns

pronouns: string | null

Defined in: types.ts:69

Pronouns for this member. When set, this is free text (i.e. "they/them", or "she/they").