From 4ad0dcaecd0384e7832e4730184ae50196a02e21 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 22 Apr 2023 18:05:27 +0300 Subject: [PATCH] Added changelog --- CHANGES/1168.misc.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGES/1168.misc.rst diff --git a/CHANGES/1168.misc.rst b/CHANGES/1168.misc.rst new file mode 100644 index 00000000..0bce876f --- /dev/null +++ b/CHANGES/1168.misc.rst @@ -0,0 +1,6 @@ +Added full support of `Bot API 6.7 `_ + +.. warning:: + + Note that arguments *switch_pm_parameter* and *switch_pm_text* was deprecated + and should be changed to *button* argument as described in API docs.