GuildStructure
See
https://discord.com/developers/docs/resources/message#message-object-message-structure
Extends
Properties
id
id:
string
Inherited from
Defined in
channel_id
channel_id:
string
Inherited from
Defined in
author
author:
Structure
Inherited from
Defined in
content
content:
string
Inherited from
Defined in
timestamp
timestamp:
string
ISO8601 Timestamp
Inherited from
Defined in
edited_timestamp
edited_timestamp:
null|string
ISO8601 Timestamp
Inherited from
Defined in
tts
tts:
boolean
Inherited from
Defined in
mention_everyone
mention_everyone:
boolean
Inherited from
Defined in
mention_roles
mention_roles:
Structure[]
Inherited from
Defined in
mention_channels?
optionalmention_channels:MentionStructure[]
Inherited from
Defined in
attachments
attachments:
AttachmentStructure[]
This does not exist without the intent
Inherited from
Defined in
embeds
embeds:
Structure[]
This does not exist without the intent
Inherited from
Defined in
reactions
reactions:
ReactionStructure[]
Inherited from
Defined in
nonce?
optionalnonce:string|number
Inherited from
Defined in
pinned
pinned:
boolean
Inherited from
Defined in
webhook_id?
optionalwebhook_id:string
Inherited from
Defined in
type
type:
MessageType
Inherited from
Defined in
activity?
optionalactivity:ActivityStructure
Inherited from
Defined in
application?
optionalapplication:Partial<Structure>
Inherited from
Defined in
application_id?
optionalapplication_id:string
Inherited from
Defined in
flags?
optionalflags:number
Bitfield of MessageFlags
Inherited from
Defined in
message_reference?
optionalmessage_reference:ReferenceStructure
Inherited from
Defined in
message_snapshots?
optionalmessage_snapshots:SnapshotStructure[]
Inherited from
Defined in
referenced_message?
optionalreferenced_message:null|Structure
Inherited from
Defined in
interaction_metadata?
optionalinteraction_metadata:InteractionMetadataStructure
Inherited from
Structure.interaction_metadata
Defined in
interaction?
optionalinteraction:InteractionStructure
Inherited from
Defined in
thread?
optionalthread:Structure
Inherited from
Defined in
components?
optionalcomponents:Structure[]
This does not exist without the intent
Inherited from
Defined in
sticker_items?
optionalsticker_items:ItemStructure[]
Inherited from
Defined in
stickers?
optionalstickers:Structure[]
Inherited from
Defined in
position?
optionalposition:number
Inherited from
Defined in
role_subscription_data?
optionalrole_subscription_data:SubscriptionDataStructure
Inherited from
Structure.role_subscription_data
Defined in
resolved?
optionalresolved:ResolvedDataStructure
Inherited from
Defined in
poll?
optionalpoll:Structure
Inherited from
Defined in
call?
optionalcall:CallStructure
Inherited from
Defined in
guild_id
guild_id:
string
Defined in
member
member:
Partial<MemberStructure>
Defined in
mentions
mentions:
Structure&object[]