channelMention

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