From a94c9b4c0c8ecee5a802619b9ae690b748a49958 Mon Sep 17 00:00:00 2001 From: Amarnath C Date: Sun, 4 Feb 2024 12:56:29 +0530 Subject: [PATCH] Update const.go 173 not yet supported by decoder. --- telegram/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/const.go b/telegram/const.go index e1d24f2d..73d83e3b 100644 --- a/telegram/const.go +++ b/telegram/const.go @@ -3,7 +3,7 @@ package telegram import "regexp" const ( - ApiVersion = 173 + ApiVersion = 172 Version = "v2.3.7" LogDebug = "debug"