export type TextChannelResolvable = Snowflake | TextChannel;
Data that can be resolved to a Text Channel object. This can be: - A TextChannel - A Snowflake
export type TextChannelResolvable = Snowflake | TextChannel;
Data that can be resolved to a Text Channel object. This can be: - A TextChannel - A Snowflake