2020-10-20 13:38:36 +02:00
|
|
|
---
|
|
|
|
name: Parse error
|
|
|
|
about: Report issue with `teloxide` parsing of telegram response
|
|
|
|
title: 'Parse Error: <type or error description>'
|
2024-01-23 14:39:51 +01:00
|
|
|
labels: K-bug, FIXME, C-core
|
2020-10-20 13:38:36 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
When using `<...>` method I've got `RequestError::InvalidJson` error with the following description:
|
|
|
|
```text
|
|
|
|
<Description of the inner serde error here>
|
|
|
|
```
|
|
|
|
|
|
|
|
## 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-->
|