java-telegram-bot-api icon indicating copy to clipboard operation
java-telegram-bot-api copied to clipboard

how get a list of chat members?

Open PENGUINx15 opened this issue 1 year ago • 1 comments

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

PENGUINx15 avatar Mar 20 '24 18:03 PENGUINx15

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.

rufus20145 avatar Mar 31 '24 21:03 rufus20145