builders

channelMention

export declare function channelMention<C extends Snowflake>(channelId: C): `<#${C}>`;

Summary

Formats a channel ID into a channel mention

Type Parameters

Parameters

NameTypeOptionalDescription
channelIdCNoNone

builders