typealias GuildTextChannelResolvable

export type GuildTextChannelResolvable = TextChannel | AnnouncementChannel | Snowflake;

Data that can be resolved to a GuildTextChannel object. This can be:* A TextChannel* A AnnouncementChannel* A Snowflake