mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-26 00:17:08 +01:00
Remove done TODO
This commit is contained in:
parent
fe75e0ff07
commit
9f157057ec
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ mod utils;
|
||||||
pub enum RequestError {
|
pub enum RequestError {
|
||||||
#[display(fmt = "Telegram error #{}: {}", status_code, description)]
|
#[display(fmt = "Telegram error #{}: {}", status_code, description)]
|
||||||
ApiError {
|
ApiError {
|
||||||
// TODO: add response parameters
|
|
||||||
status_code: StatusCode,
|
status_code: StatusCode,
|
||||||
description: String,
|
description: String,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue