@typed-discord/rest
Preparing search index...
types
MinimalContentMessageResponse
Interface MinimalContentMessageResponse
interface
MinimalContentMessageResponse
{
attachments
:
MessageAttachmentResponse
[]
;
components
:
(
|
ActionRowComponentResponse
|
ContainerComponentResponse
|
FileComponentResponse
|
MediaGalleryComponentResponse
|
SectionComponentResponse
|
SeparatorComponentResponse
|
TextDisplayComponentResponse
)
[]
;
content
:
string
;
edited_timestamp
:
string
|
null
;
embeds
:
MessageEmbedResponse
[]
;
flags
:
number
;
mention_roles
:
`
${
bigint
}
`
[]
;
mentions
:
UserResponse
[]
;
sticker_items
?:
MessageStickerItemResponse
[]
;
stickers
?:
(
GuildStickerResponse
|
StandardStickerResponse
)
[]
;
timestamp
:
string
;
type
:
MessageType
;
}
Index
Properties
attachments
components
content
edited_
timestamp
embeds
flags
mention_
roles
mentions
sticker_
items?
stickers?
timestamp
type
Properties
attachments
attachments
:
MessageAttachmentResponse
[]
components
components
:
(
|
ActionRowComponentResponse
|
ContainerComponentResponse
|
FileComponentResponse
|
MediaGalleryComponentResponse
|
SectionComponentResponse
|
SeparatorComponentResponse
|
TextDisplayComponentResponse
)
[]
content
content
:
string
edited_
timestamp
edited_timestamp
:
string
|
null
embeds
embeds
:
MessageEmbedResponse
[]
flags
flags
:
number
mention_
roles
mention_roles
:
`
${
bigint
}
`
[]
mentions
mentions
:
UserResponse
[]
Optional
sticker_
items
sticker_items
?:
MessageStickerItemResponse
[]
Optional
stickers
stickers
?:
(
GuildStickerResponse
|
StandardStickerResponse
)
[]
timestamp
timestamp
:
string
type
type
:
MessageType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
components
content
edited_
timestamp
embeds
flags
mention_
roles
mentions
sticker_
items
stickers
timestamp
type
@typed-discord/rest
Loading...