Type Definition slack_blocks::elems::select::conversation::build::ConversationBuilderInit[][src]

type ConversationBuilderInit<'a> = ConversationBuilder<'a, Single, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_channel>>;
Expand description

Initial state for ConversationBuilder.

Users will be able to choose one of the options.

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