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
ChannelIdSnowflakeNoThis is inferred by the supplied channel id
NameTypeOptionalDescription
channelIdChannelIdNoThe channel id to format