Change poll question length

This commit is contained in:
Desiders 2023-11-25 19:14:30 +03:00
parent a9d3fae987
commit 6075b150f9

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.