2020-10-20 13:38:36 +02:00
|
|
|
---
|
|
|
|
name: Unknown telegram error
|
|
|
|
about: You've found telegram error which is not known to teloxide
|
|
|
|
title: 'Unknown Error: <error description>'
|
2021-04-27 18:10:24 +02:00
|
|
|
labels: bug, good first issue, FIXME, core, Unknown API error
|
2020-10-20 13:38:36 +02:00
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
When using `<...>` method I've got `ApiError::Unknown` error with the following description:
|
|
|
|
```text
|
|
|
|
<Description of the error here (an inner string of ApiError::Unknown)>
|
|
|
|
```
|
|
|
|
|
|
|
|
## Steps to reproduce
|
|
|
|
|
|
|
|
<!-- Steps to reproduce the issue - get the same error -->
|
|
|
|
|
|
|
|
## Meta
|
|
|
|
|
|
|
|
- `teloxide` version: <!-- (e.g.: `0.3.1`) -->
|
|
|
|
|
|
|
|
### Additional context
|
|
|
|
|
|
|
|
<!-- Describe any additional context here, if needed-->
|