mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Change poll question length
This commit is contained in:
parent
a9d3fae987
commit
6075b150f9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub struct Poll {
|
||||||
/// Unique poll identifier.
|
/// Unique poll identifier.
|
||||||
pub id: String,
|
pub id: String,
|
||||||
|
|
||||||
/// Poll question, 1-255 characters.
|
/// Poll question, 1-300 characters.
|
||||||
pub question: String,
|
pub question: String,
|
||||||
|
|
||||||
/// List of poll options.
|
/// List of poll options.
|
||||||
|
|
Loading…
Reference in a new issue