pengrad / java-telegram-bot-api

Telegram Bot API for Java
https://core.telegram.org/bots
Apache License 2.0
1.78k stars 370 forks source link

how get a list of chat members? #369

Closed PENGUINx15 closed 2 weeks ago

PENGUINx15 commented 6 months ago

I did not find such a method that is responsible for members, I found it only for the number of members

rufus20145 commented 5 months ago

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.