Type Definition slack_blocks::elems::select::public_channel::build::PublicChannelBuilderInit[][src]

type PublicChannelBuilderInit<'a> = PublicChannelBuilder<'a, Single, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>>;
Expand description

Initial state for PublicChannelBuilder.

Users will be able to choose one of the options.

To allow choosing many, use slack_blocks::elems::select::multi::PublicChannel::builder.