Update name of tlg_get_chat_members_count() function

pull/179/head
J-Rios 2023-01-07 20:34:08 +01:00
rodzic 71612929d5
commit f14b3a3e58
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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