I would like to list public group members on my app; however, I can't find the appropriate API method. Telegram API supports channels.getParticipants, what would be the corresponding tdlib method?
If that's not available, is there a way to make a custom tdlib request to connect to the getParticipants endpoint?