mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 12:02:22 +01:00
6352698655
Change labels for `Parse error` and `Unknown telegram error` templates
30 lines
717 B
Markdown
30 lines
717 B
Markdown
---
|
|
name: Unknown telegram error
|
|
about: You've found telegram error which is not known to teloxide
|
|
title: 'Unknown Error: <error description>'
|
|
labels: bug, good first issue, FIXME, core, Unknown API error
|
|
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`) -->
|
|
- rustc version:
|
|
```
|
|
<version>
|
|
```
|
|
<!-- use `rustc --version --verbose` to get it -->
|
|
|
|
### Additional context
|
|
|
|
<!-- Describe any additional context here, if needed-->
|