Updated Code snippets (markdown)

SanJu 2021-06-10 11:53:20 +05:30
parent d7b2131eae
commit acbaaf1d25

@ -332,7 +332,7 @@ Let's stick to example of sending a document. Then you have to provide an `Inlin
2. `file_id`: 2. `file_id`:
```python ```python
result = InlineQueryResultCachedDocument(doucment_file_id=file_id, ...) result = InlineQueryResultCachedDocument(document_file_id=file_id, ...)
``` ```
The scheme `InlineQueryResult<media_type>` vs `InlineQueryResultCached<media_type>` is similar for the other media types. The scheme `InlineQueryResult<media_type>` vs `InlineQueryResultCached<media_type>` is similar for the other media types.