Interface RawModalSubmitMentionableSelectComponent

interface RawModalSubmitMentionableSelectComponent {
    custom_id: string;
    type: MENTIONABLE_SELECT;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

custom_id: string
values: string[]