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:
string[]
Defined in: types.ts:49
The list of proxy prefixes to check messages against. Note that these strings do not include the colon.
case_sensitive
case_sensitive:
boolean
Defined in: types.ts:55
Whether case-sensitivity should be respected when checking for the proxy prefixes in the message.
color
color:
string|null
Defined in: types.ts:58
The color this member would like their name displayed as in chat.
pronouns
pronouns:
string|null
Defined in: types.ts:64
Pronouns for this member. When set, this is free text (i.e. "they/them", or "she/they").