Search...

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}>`;
NameTypeOptionalDescription
channelIdCNoThe channel ID to format