Merge pull request #971 from Desiders/fix-poll-question-length

Change poll question length
This commit is contained in:
Waffle Maybe 2023-11-25 19:40:19 +00:00 committed by GitHub
commit f842a8b212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ pub struct Poll {
/// Unique poll identifier.
pub id: String,
/// Poll question, 1-255 characters.
/// Poll question, 1-300 characters.
pub question: String,
/// List of poll options.