export declare function channelMention<C extends Snowflake>(channelId: C): `<#${C}>`;
Formats a channel ID into a channel mention
Type Parameters
Snowflake C extends
Parameters
C channelId:
The channel ID to format
export declare function channelMention<C extends Snowflake>(channelId: C): `<#${C}>`;
Formats a channel ID into a channel mention