The ID of the last message sent in this channel. May not point to an existing or valid message
The text channel's messages controller
The text channel's pinned messages controller
Posts a message to a GuildTextChannel or DMChannel. If operating on a GuildTextChannel, this endpoint requires the Permission.SendMessages permission to be present on the current user. If the MessageOptions.tts field is set to true, the Permission.SendTTSMessages permission is required for the message to be spoken
The message data. Can be:
Posts a typing indicator for a specified text channel. Useful when the bot is responding to a command and expects the computation to take a few seconds. This method may be called to let the user know that the bot is processing their message.
Generated using TypeDoc
Abstract class that all text-based channels implement