Skip to main content

DiscordSocialSDKLobbyMessage

Documentation


Documentation / @discordeno/types / DiscordSocialSDKLobbyMessage

Interface: DiscordSocialSDKLobbyMessage

Defined in: discord/webhookEvents.ts:137

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

Extended by

Properties

application_id?

optional application_id?: string

Defined in: discord/webhookEvents.ts:159

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


author

author: DiscordUser

Defined in: discord/webhookEvents.ts:149

Author of the message


channel_id

channel_id: string

Defined in: discord/webhookEvents.ts:147

ID of the channel the message was sent in


content

content: string

Defined in: discord/webhookEvents.ts:143

Contents of the message


flags

flags: number

Defined in: discord/webhookEvents.ts:157

Message flags combined as a bitfield

See

MessageFlags


id

id: string

Defined in: discord/webhookEvents.ts:139

ID of the message


lobby_id

lobby_id: string

Defined in: discord/webhookEvents.ts:145

ID of the lobby where the message was sent


metadata?

optional metadata?: Record<string, unknown>

Defined in: discord/webhookEvents.ts:151

Additional metadata for the message (key-value pairs)


type

type: MessageTypes

Defined in: discord/webhookEvents.ts:141

Type of message