java-telegram-bot-api
java-telegram-bot-api copied to clipboard
how get a list of chat members?
I did not find such a method that is responsible for members, I found it only for the number of members
As I can see there is no such method in Bot API.
As a workaround, you can listen for messages in chat and store user ids somewhere.