The last message sent in the channel, or null
if no message exists.
The ID of the last message sent in the channel, or null
if no message exists.
Manages the messages in the channel.
Deletes multiple messages from the channel.
The messages to delete. This can be an array of message resolvables, a map of messages, or a number indicating how many recent messages to delete.
A promise that resolves when the messages have been successfully deleted.
Sends a message to the channel.
The message content or options for the message.
A promise that resolves with the sent message.
Interface representing a text-based channel, which supports sending and managing messages.