Accessors
applicationId
- get applicationId(): undefined | string
Returns undefined | string
editedTimestamp
- get editedTimestamp(): null | Date
guildId
- get guildId(): undefined | string
Returns undefined | string
mentionChannels
- get mentionChannels(): string[]
mentionEveryone
- get mentionEveryone(): boolean
mentionRoles
- get mentionRoles(): string[]
nonce
- get nonce(): undefined | string | number
Returns undefined | string | number
referencedMessage
- get referencedMessage(): undefined | null | APIMessage
webhookId
- get webhookId(): undefined | string
Returns undefined | string
Methods
pin
- pin(reason?: string): Promise<void>
react
- react(emoji: string): Promise<void>
reply
Parameters
Optional options: { disableEveryone?: boolean; failIfNotExists?: boolean }
Optional disableEveryone?: boolean
Optional failIfNotExists?: boolean
unpin
- unpin(reason?: string): Promise<void>