metatell Bot SDK - v2.0.0
GitHub
NPM
Preparing search index...
@metatell/bot-sdk
PresenceUser
Interface PresenceUser
interface
PresenceUser
{
id
:
string
;
isBot
?:
boolean
;
permissions
?:
Record
<
string
,
boolean
>
;
profile
:
{
avatarId
?:
string
;
displayName
?:
string
}
;
roles
?:
Record
<
string
,
boolean
>
;
}
Index
Properties
id
is
Bot?
permissions?
profile
roles?
Properties
id
id
:
string
Optional
is
Bot
isBot
?:
boolean
True only when the SDK bot marker is present in the user's profile.
Optional
permissions
permissions
?:
Record
<
string
,
boolean
>
profile
profile
:
{
avatarId
?:
string
;
displayName
?:
string
}
Optional
roles
roles
?:
Record
<
string
,
boolean
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
is
Bot
permissions
profile
roles
GitHub
NPM
metatell Bot SDK - v2.0.0
Loading...
True only when the SDK bot marker is present in the user's profile.