Function format_text_poll
pub fn format_text_poll(
question: &str,
options: &[String],
duration_minutes: u64,
multi_select: bool,
) -> StringExpand description
Format a poll as a numbered text message for channels without native poll support.