Skip to main content

DiscordSocialSDKPassthroughMessage

Documentation


Documentation / @discordeno/types / DiscordSocialSDKPassthroughMessage

Interface: DiscordSocialSDKPassthroughMessage

Defined in: discord/webhookEvents.ts:171

https://docs.discord.com/developers/events/webhook-events#passthrough-message-object-passthrough-message-structure

Properties

application_id

application_id: string

Defined in: discord/webhookEvents.ts:190

ID of the application that created the message


author

author: DiscordUser

Defined in: discord/webhookEvents.ts:183

Author of the message


channel

channel: DiscordChannel

Defined in: discord/webhookEvents.ts:192

Channel object with recipient information


channel_id

channel_id: string

Defined in: discord/webhookEvents.ts:179

ID of the channel the message was sent in


content

content: string

Defined in: discord/webhookEvents.ts:177

Contents of the message


flags

flags: MessageFlags

Defined in: discord/webhookEvents.ts:188

Message flags combined as a bitfield

See

MessageFlags


id

id: string

Defined in: discord/webhookEvents.ts:173

ID of the message


recipient_id

recipient_id: string

Defined in: discord/webhookEvents.ts:181

ID of the message recipient


type

type: MessageTypes

Defined in: discord/webhookEvents.ts:175

Type of message