From f14b3a3e582d4846b933eff95b2a07b38e78dcae Mon Sep 17 00:00:00 2001 From: J-Rios Date: Sat, 7 Jan 2023 20:34:08 +0100 Subject: [PATCH] Update name of tlg_get_chat_members_count() function --- sources/tlgbotutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tlgbotutils.py b/sources/tlgbotutils.py index 44bf9b9..6d43af0 100644 --- a/sources/tlgbotutils.py +++ b/sources/tlgbotutils.py @@ -121,7 +121,7 @@ async def tlg_get_chat_member( return result -async def tlg_get_chat_member_count( +async def tlg_get_chat_members_count( bot: Bot, chat_id: Union[str, int] ):