Merge pull request #136 from teloxide/fix_pr_conflict

Fix conflict between PRs
This commit is contained in:
Hirrolot 2021-11-14 00:11:32 +06:00 committed by GitHub
commit 6aed69e276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,6 +213,7 @@ pub enum ApiError {
///
/// [`AnswerInlineQuery`]: crate::payloads::AnswerInlineQuery
#[serde(rename = "Bad Request: RESULTS_TOO_MUCH")]
#[error("Bad Request: RESULTS_TOO_MUCH")]
TooMuchInlineQueryResults,
/// Occurs when bot tries to stop poll that has already been stopped.