channel property

PartialChannel? channel

Get channel PartialChannel of this

Implementation

PartialChannel? get channel => guild != null
  ? guild?.channels.cache.get(_channelId)
  : ioc.use<MineralClient>().dmChannels.cache.get(_channelId);