@typed-discord/rest
Preparing search index...
types
MessageAllowedMentionsRequest
Interface MessageAllowedMentionsRequest
interface
MessageAllowedMentionsRequest
{
parse
?:
(
AllowedMentionTypes
|
null
)
[]
|
null
;
replied_user
?:
boolean
|
null
;
roles
?:
(
`
${
bigint
}
`
|
null
)
[]
|
null
;
users
?:
(
`
${
bigint
}
`
|
null
)
[]
|
null
;
}
Index
Properties
parse?
replied_
user?
roles?
users?
Properties
Optional
parse
parse
?:
(
AllowedMentionTypes
|
null
)
[]
|
null
Optional
replied_
user
replied_user
?:
boolean
|
null
Optional
roles
roles
?:
(
`
${
bigint
}
`
|
null
)
[]
|
null
Optional
users
users
?:
(
`
${
bigint
}
`
|
null
)
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
parse
replied_
user
roles
users
@typed-discord/rest
Loading...