# Class: MessageRaw

# Hierarchy

  • MessageRaw

# Index

# Properties

# Properties

# attachments

attachments: object

Defined in src/structures/MessageRaw.ts:17 (opens new window)


# author

author: object

Defined in src/structures/MessageRaw.ts:8 (opens new window)


# channel_id

channel_id: string

Defined in src/structures/MessageRaw.ts:5 (opens new window)


# channel_type

channel_type: number

Defined in src/structures/MessageRaw.ts:6 (opens new window)


# content

content: string | object

Defined in src/structures/MessageRaw.ts:10 (opens new window)


# embeds

embeds: object

Defined in src/structures/MessageRaw.ts:18 (opens new window)


# guild_id

guild_id: string

Defined in src/structures/MessageRaw.ts:7 (opens new window)


# id

id: string

Defined in src/structures/MessageRaw.ts:4 (opens new window)


# member

member: object

Defined in src/structures/MessageRaw.ts:9 (opens new window)


# mention_channels

mention_channels: object

Defined in src/structures/MessageRaw.ts:16 (opens new window)


# mention_everyone

mention_everyone: boolean

Defined in src/structures/MessageRaw.ts:13 (opens new window)


# mention_roles

mention_roles: object

Defined in src/structures/MessageRaw.ts:15 (opens new window)


# mentions

mentions: object

Defined in src/structures/MessageRaw.ts:14 (opens new window)


# pinned

pinned: boolean

Defined in src/structures/MessageRaw.ts:20 (opens new window)


# reactions

reactions: object

Defined in src/structures/MessageRaw.ts:19 (opens new window)


# referenced_message

referenced_message: object

Defined in src/structures/MessageRaw.ts:23 (opens new window)


# stickers

stickers: object

Defined in src/structures/MessageRaw.ts:22 (opens new window)


# timestamp

timestamp: number

Defined in src/structures/MessageRaw.ts:11 (opens new window)


# tts

tts: boolean

Defined in src/structures/MessageRaw.ts:12 (opens new window)


# type

type: string

Defined in src/structures/MessageRaw.ts:21 (opens new window)

Last Updated: 12/19/2020, 4:43:00 PM