Skip to main content
Module

x/harmony/mod.ts>ChannelsManager#messageCacheSize

An easy to use Discord API Library for Deno.
Go to Latest
method ChannelsManager.prototype.messageCacheSize
Re-export
import { ChannelsManager } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Get cache size for messages. Returns total messages cache size if channel param is not given

Parameters

optional
channel: string | TextChannel

Returns

Promise<number>