@typed-discord/rest
Preparing search index...
types
MessageReferenceResponse
Interface MessageReferenceResponse
interface
MessageReferenceResponse
{
channel_id
:
`
${
bigint
}
`
;
guild_id
?:
`
${
bigint
}
`
;
message_id
?:
`
${
bigint
}
`
;
type
:
DEFAULT
;
}
Index
Properties
channel_
id
guild_
id?
message_
id?
type
Properties
channel_
id
channel_id
:
`
${
bigint
}
`
Optional
guild_
id
guild_id
?:
`
${
bigint
}
`
Optional
message_
id
message_id
?:
`
${
bigint
}
`
type
type
:
DEFAULT
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel_
id
guild_
id
message_
id
type
@typed-discord/rest
Loading...