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