Merge branch 'teloxide:master' into more-detailed-tests-for-inline-query-result

This commit is contained in:
Desiders 2023-11-29 12:11:55 +03:00 committed by GitHub
commit b54d994ee8
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.