channelTypes property

List<ChannelType>? channelTypes
final

The channel types displayed in this select menu.

Will be null if this menu is not a MessageComponentType.channelSelect menu.

Implementation

final List<ChannelType>? channelTypes;