From 24a1b3840e33cbb8f707f1c83a19db2652439ec1 Mon Sep 17 00:00:00 2001 From: ShiroNoHaga Date: Fri, 14 Jan 2022 06:11:09 +0200 Subject: [PATCH] Add pull request description to CHANGES --- CHANGES/803.feature | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CHANGES/803.feature diff --git a/CHANGES/803.feature b/CHANGES/803.feature new file mode 100644 index 00000000..59ee6725 --- /dev/null +++ b/CHANGES/803.feature @@ -0,0 +1,3 @@ +Add class helper ChatAction for constants that Telegram BotAPI uses in sendChatAction request. +In my opinion, this will help users and will also improve compatibility with 2.x version +where similar class was called "ChatActions".