channelMention function

String channelMention(
  1. Snowflake id
)

Formats a channel ID into a channel mention.

Implementation

String channelMention(Snowflake id) => '<#$id>';