mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-23 00:42:03 +01:00
Fix conflict between PRs 134 and 135
This commit is contained in:
parent
461d882bc1
commit
af54d6db7a
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