GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

createAttachmentOption

API/Functions/createAttachmentOption
seyfert/lib/commands/applications/options.d.ts

Signature

export declare function createAttachmentOption<R extends boolean, T extends SeyfertAttachmentOption<R> = SeyfertAttachmentOption<R>>(data: T): T & {    readonly type: ApplicationCommandOptionType.Attachment;};

Members

This export does not declare public properties or methods in the generated declaration file.