pub struct SlackBlockMultiUsersSelectElementInit {
pub action_id: SlackActionId,
}Fields§
§action_id: SlackActionIdTrait Implementations§
source§impl From<SlackBlockMultiUsersSelectElementInit> for SlackBlockMultiUsersSelectElement
impl From<SlackBlockMultiUsersSelectElementInit> for SlackBlockMultiUsersSelectElement
source§fn from(value: SlackBlockMultiUsersSelectElementInit) -> Self
fn from(value: SlackBlockMultiUsersSelectElementInit) -> Self
Converts to this type from the input type.