mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Merge pull request #971 from Desiders/fix-poll-question-length
Change poll question length
This commit is contained in:
commit
f842a8b212
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue