From 3228954def7f483507ff106656cef4ce7d4a6861 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Mon, 6 May 2024 22:43:54 +0300 Subject: [PATCH] Added full support of Bot API --- .butcher/methods/sendPoll/default.yml | 1 + .butcher/types/InputPollOption/default.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .butcher/types/InputPollOption/default.yml diff --git a/.butcher/methods/sendPoll/default.yml b/.butcher/methods/sendPoll/default.yml index 482ea7de..26ac273c 100644 --- a/.butcher/methods/sendPoll/default.yml +++ b/.butcher/methods/sendPoll/default.yml @@ -1,2 +1,3 @@ explanation_parse_mode: parse_mode +question_parse_mode: parse_mode protect_content: protect_content diff --git a/.butcher/types/InputPollOption/default.yml b/.butcher/types/InputPollOption/default.yml new file mode 100644 index 00000000..48a2b31a --- /dev/null +++ b/.butcher/types/InputPollOption/default.yml @@ -0,0 +1 @@ +text_parse_mode: parse_mode