From acbaaf1d2506db7dcdc88f2f3dcd2b71e2badf96 Mon Sep 17 00:00:00 2001 From: SanJu <78726820+IcaRuZDaedalus@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:53:20 +0530 Subject: [PATCH] Updated Code snippets (markdown) --- Code-snippets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-snippets.md b/Code-snippets.md index 6bf6394..1379a9c 100644 --- a/Code-snippets.md +++ b/Code-snippets.md @@ -332,7 +332,7 @@ Let's stick to example of sending a document. Then you have to provide an `Inlin 2. `file_id`: ```python - result = InlineQueryResultCachedDocument(doucment_file_id=file_id, ...) + result = InlineQueryResultCachedDocument(document_file_id=file_id, ...) ``` The scheme `InlineQueryResult` vs `InlineQueryResultCached` is similar for the other media types.