seyfert
Version:
The most advanced framework for discord bots
7 lines (6 loc) • 440 B
TypeScript
import type { ComponentType } from '../types';
import { BaseSelectMenuComponent } from './BaseSelectMenuComponent';
export declare class ChannelSelectMenuComponent extends BaseSelectMenuComponent<ComponentType.ChannelSelect> {
get channelsTypes(): import("../types").ChannelType[] | undefined;
get defaultValues(): import("../types").APISelectMenuDefaultValue<import("../types").SelectMenuDefaultValueType.Channel>[] | undefined;
}