typealias RESTAPIGuildChannelResolvable

external
export type RESTAPIGuildChannelResolvable = Exclude<APIChannel, APIDMChannel | APIGroupDMChannel>;

Constructors

constructor()