pub struct SlackBlockRadioButtonsElementInit {
pub action_id: SlackActionId,
pub options: Vec<SlackBlockChoiceItem<SlackBlockText>>,
}Fields§
§action_id: SlackActionId§options: Vec<SlackBlockChoiceItem<SlackBlockText>>Trait Implementations§
source§impl From<SlackBlockRadioButtonsElementInit> for SlackBlockRadioButtonsElement
impl From<SlackBlockRadioButtonsElementInit> for SlackBlockRadioButtonsElement
source§fn from(value: SlackBlockRadioButtonsElementInit) -> Self
fn from(value: SlackBlockRadioButtonsElementInit) -> Self
Converts to this type from the input type.