Alchemy.Client.get_channel

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

get_channel(channel_id)

Specs

get_channel(snowflake()) :: {:ok, Alchemy.Channel.t()} | {:error, term()}

Gets a channel by its ID. Works on both private channels, and guild channels.

Examples

{:ok, channel} = Client.get_channel("id")