mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
Merge branch 'teloxide:master' into more-detailed-tests-for-inline-query-result
This commit is contained in:
commit
b54d994ee8
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…
Add table
Reference in a new issue