Post

Get Chat Members Count

Client.get_chat_members_count()

دریافت تعداد اعضای یک چت

Parameters

  • chat_id (int | str)

    آیدی چتی که تعداد اعضای آن دریافت میشود

Returns

int

Example

1
await bot.get_chat_members_count(1234567890)
This post is licensed under CC BY 4.0 by the author.