function chatInputApplicationCommandMention

export declare function chatInputApplicationCommandMention<N extends string, G extends string, S extends string, I extends Snowflake>(commandName: N, subcommandGroupName: G, subcommandName: S, commandId: I): `</${N} ${G} ${S}:${I}>`;

Formats an application command name, subcommand group name, subcommand name, and ID into an application command mention

Type Parameters

N extends string

G extends string

S extends string

I extends Snowflake

Parameters

commandName: N
The application command name to format
subcommandGroupName: G
The subcommand group name to format
subcommandName: S
The subcommand name to format
commandId: I
The application command ID to format