Alchemy.Client.get_channels

You're seeing just the function get_channels, go back to Alchemy.Client module for more information.
Link to this function

get_channels(guild_id)

Specs

get_channels(snowflake()) :: {:ok, [Alchemy.Channel.t()]} | {:error, term()}

Returns a list of channel objects for a guild.

As with most guild methods, the cache should be preferred over the api if possible.

Examples

Client.get_channels(guild_id)