Skip to main content

DiscordEventWebhookLobbyMessageUpdateBody

Documentation


Documentation / @discordeno/types / DiscordEventWebhookLobbyMessageUpdateBody

Interface: DiscordEventWebhookLobbyMessageUpdateBody

Defined in: discord/webhookEvents.ts:112

https://docs.discord.com/developers/events/webhook-events#lobby-message-update-lobby-message-update-structure

Extends

Properties

application_id?

optional application_id?: string

Defined in: discord/webhookEvents.ts:159

ID of the application (only present during active Social SDK sessions)

Inherited from

DiscordSocialSDKLobbyMessage.application_id


author

author: DiscordUser

Defined in: discord/webhookEvents.ts:149

Author of the message

Inherited from

DiscordSocialSDKLobbyMessage.author


channel_id

channel_id: string

Defined in: discord/webhookEvents.ts:147

ID of the channel the message was sent in

Inherited from

DiscordSocialSDKLobbyMessage.channel_id


content

content: string

Defined in: discord/webhookEvents.ts:143

Contents of the message

Inherited from

DiscordSocialSDKLobbyMessage.content


edited_timestamp

edited_timestamp: string | null

Defined in: discord/webhookEvents.ts:114

ISO8601 timestamp of when the message was last edited


flags

flags: number

Defined in: discord/webhookEvents.ts:157

Message flags combined as a bitfield

See

MessageFlags

Inherited from

DiscordSocialSDKLobbyMessage.flags


id

id: string

Defined in: discord/webhookEvents.ts:139

ID of the message

Inherited from

DiscordSocialSDKLobbyMessage.id


lobby_id

lobby_id: string

Defined in: discord/webhookEvents.ts:145

ID of the lobby where the message was sent

Inherited from

DiscordSocialSDKLobbyMessage.lobby_id


metadata?

optional metadata?: Record<string, unknown>

Defined in: discord/webhookEvents.ts:151

Additional metadata for the message (key-value pairs)

Inherited from

DiscordSocialSDKLobbyMessage.metadata


timestamp

timestamp: string

Defined in: discord/webhookEvents.ts:116

ISO8601 timestamp of when the message was created


type

type: MessageTypes

Defined in: discord/webhookEvents.ts:141

Type of message

Inherited from

DiscordSocialSDKLobbyMessage.type