Overload 1
Overload 2
Overload 3
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
Parameters
N commandName:
The application command name to format
G subcommandGroupName:
The subcommand group name to format
S subcommandName:
The subcommand name to format
I commandId:
The application command id to format