/pollΒΆ
Host a poll on which people can vote.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
title |
str
|
The title for your poll |
required |
description |
Transform[str, TextTransformer]
|
A description for your poll. You can use \n to add a new line. |
required |
options |
str
|
The various options you want your poll to have, separated by | |
required |