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