Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
There is no direct way,
there are methods to get the number of participants in the chat (you need to know the group_chat_id):
bot.get_chat_members_count(group_chat_id)
a method for getting admins
bot.get_chat_administrators(group_chat_id)
to get info on users, you need the chat_id of each, and here it is possible only with tricks
bot.get_chat_member(group_chat_id, chat_id )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question