Variable UNSTABLE_ELEMENT_FUNCTIONAL_USERSConst

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

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"
]
}