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] ):