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