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