interface FetchChannelOptions
extends
BaseFetchOptionsexport interface FetchChannelOptions extends BaseFetchOptions
Options for fetching a channel from Discord
optionalboolean allowUnknownGuild? :
Allows the channel to be returned even if the guild is not in cache, it will not be cached. Many of the properties and methods on the returned channel will throw errors
optionalboolean cache? :
Whether to cache the fetched data if it wasn't already (default: true)
Inherited from: BaseFetchOptions
optionalboolean force? :
Whether to skip the cache check and request the API
Inherited from: BaseFetchOptions