chatInputApplicationCommandMention

export declare function chatInputApplicationCommandMention<CommandId extends Snowflake, CommandName extends string>(commandId: CommandId, commandName: CommandName): `</${CommandName}:${CommandId}>`;
export declare function chatInputApplicationCommandMention<CommandId extends Snowflake, CommandName extends string>(commandId: CommandId, commandName: CommandName): `</${CommandName}:${CommandId}>`;
Formats an application command name and id into an application command mention.
NameConstraintsOptionalDefaultDescription
CommandIdSnowflakeNo
This is inferred by the supplied command id
CommandNamestringNo
This is inferred by the supplied command name
NameTypeOptionalDescription
commandIdCommandIdNo
The application command id to format
commandNameCommandNameNo
The application command name to format