Creates a channel message manager.
The client instance.
The guild that this message manager belongs to.
The channel that is being managed.
Static
identifierStatic
rulesThe channel that is being managed.
The guild that this message manager belongs to.
Returns the size of the cache.
Returns the JSON representation of this structure.
Optional
format: JsonTypesThe format to return the data in.
Static
fetchStatic
fetchFetches a collection of messages from the channel.
The client instance.
The ID of the guild.
The ID of the channel.
The options for fetching messages.
Optional
after?: stringThe ID of the message to fetch messages after.
Optional
around?: stringThe ID of the message to fetch messages around.
Optional
before?: stringThe ID of the message to fetch messages before.
Optional
limit?: numberThe maximum number of messages to fetch.
Static
getStatic
getStatic
purge
Manages all messages within a channel.