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
CommandIdSnowflakeNoThis is inferred by the supplied command id
CommandNamestringNoThis is inferred by the supplied command name
NameTypeOptionalDescription
commandIdCommandIdNoThe application command id to format
commandNameCommandNameNoThe application command name to format