Skip to content

UNSTABLE_ELEMENT_FUNCTIONAL_USERS

const UNSTABLE_ELEMENT_FUNCTIONAL_USERS: UnstableValue<"io.element.functional_members", "io.element.functional_members">

Defined in: src/@types/event.ts:279

Functional members type for declaring a purpose of room members (e.g. helpful bots). Note that this reference is UNSTABLE and subject to breaking changes, including its eventual removal.

Schema (TypeScript):

{
service_members?: string[]
}
{
"service_members": [
"@helperbot:localhost",
"@reminderbot:alice.tdl"
]
}