Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Interface Message

Defined in types

Properties

activity?: {
cover_image?: string,
name?: string,
party_id: string,
type: number
}
application?: {
cover_image: null | string,
description: string,
icon: null | string,
id: string,
name: string,
primary_sku_id: string
}
attachments?: Array<MessageAttachmentinterface MessageAttachmentdetritus-client-rest/MessageAttachment>external Array
author: Userinterface Userdetritus-client-rest/User
call?: {
ended_timestamp: null | string,
participiants: Array<string>external Array
}
embeds?: Array<MessageEmbedinterface MessageEmbeddetritus-client-rest/MessageEmbed>external Array
mention_channels?: Array<ChannelPartialinterface ChannelPartialdetritus-client-rest/ChannelPartial>external Array
mention_roles: Array<string>external Array
mentions: Array<{
bot: boolean,
discriminator: string,
id: string,
username: string
}
>external Array
message_reference?: {
channel_id: string,
guild_id?: string,
message_id: string
}