Alchemy.Client.create_channel
You're seeing just the function
create_channel
, go back to Alchemy.Client module for more information.
Link to this function
create_channel(guild_id, name, options \\ [])
Specs
create_channel(snowflake(), String.t(), voice: Boolean, bitrate: Integer, user_limit: Integer ) :: {:ok, Alchemy.Channel.t()} | {:error, term()}
Creates a new channel in a guild.
Requires the MANAGE_CHANNELS
permission.