GuildTextChannelResolvable

export type GuildTextChannelResolvable = TextChannel | NewsChannel | Snowflake;
export type GuildTextChannelResolvable = TextChannel | NewsChannel | Snowflake;
Data that can be resolved to a GuildTextChannel object. This can be: A TextChannel A NewsChannel A Snowflake