@typed-discord/rest
Preparing search index...
types
MessageInteractionResponse
Interface MessageInteractionResponse
interface
MessageInteractionResponse
{
id
:
`
${
bigint
}
`
;
name
:
string
;
name_localized
?:
string
;
type
:
InteractionTypes
;
user
?:
UserResponse
;
}
Index
Properties
id
name
name_
localized?
type
user?
Properties
id
id
:
`
${
bigint
}
`
name
name
:
string
Optional
name_
localized
name_localized
?:
string
type
type
:
InteractionTypes
Optional
user
user
?:
UserResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
name_
localized
type
user
@typed-discord/rest
Loading...