Interface ApplicationCommandOptionsEmbeddedAttachment

interface ApplicationCommandOptionsEmbeddedAttachment {
    name: string;
    required: boolean;
    type: EMBEDDED_ATTACHMENT;
}

Hierarchy (View Summary)

Properties

Properties

name: string
required: boolean