Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Message

Hierarchy

  • Message

Index

Constructors

Properties

client: Client

Accessors

  • get applicationId(): undefined | string
  • get channelId(): string
  • get content(): string
  • get editedTimestamp(): null | Date
  • get guildId(): undefined | string
  • get id(): string
  • get mentionChannels(): string[]
  • get mentionEveryone(): boolean
  • get mentionRoles(): string[]
  • get nonce(): undefined | string | number
  • get pinned(): boolean
  • get referencedMessage(): undefined | null | APIMessage
  • get timestamp(): Date
  • get tts(): boolean
  • get webhookId(): undefined | string

Methods

  • pin(reason?: string): Promise<void>
  • react(emoji: string): Promise<void>
  • unpin(reason?: string): Promise<void>

Generated using TypeDoc