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