export declare function channelMention<C extends Snowflake>(channelId: C): `<#${C}>`;
Formats a channel id into a channel mention.
Type Parameters
Snowflake C extends
This is inferred by the supplied channel id
Parameters
C channelId:
The channel id to format