mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-25 01:25:12 +01:00
Merge pull request #136 from teloxide/fix_pr_conflict
Fix conflict between PRs
This commit is contained in:
commit
6aed69e276
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue