export type GuildVoiceChannelResolvable = Snowflake | VoiceBasedChannel;
Data that can be resolved to a GuildVoiceChannel object. This can be: - A VoiceChannel - A StageChannel - A Snowflake
export type GuildVoiceChannelResolvable = Snowflake | VoiceBasedChannel;
Data that can be resolved to a GuildVoiceChannel object. This can be: - A VoiceChannel - A StageChannel - A Snowflake