Fix conflict between PRs 134 and 135

This commit is contained in:
Maybe Waffle 2021-11-13 20:16:13 +03:00
parent 461d882bc1
commit af54d6db7a

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.