If datatype is number
, then it will be checked if it's bigger than or equal to the length.
If datatype is string
, then it will compare the string length to see if it's bigger than or equal to the length.
Makes it possible for the user to deviate from possible answers and send their own text. Whether or not a possible answer is required. Only has effect when using reactionMethod = "text"
An array of possible answers for the question. Required for a question with reaction for reactionMethod. When using reactionMethod = "reaction", put a reaction here.
Whether you want the user to type out their response (text) or click on an emoji (reaction).
Sets the style to either "bracket" or "newLine". Bracket: [Y/n] Newline: 1: a 2: b 3: c
The question.
Generated using TypeDoc
The datatype which will be checked when the question is answered.