typealias GuildBasedChannel

export type GuildBasedChannel = Extract<Channel, { guild: Guild }>;

Constructors

constructor()

Extract<Channel, { guild: Guild }>