go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.75k stars 887 forks source link

GetChatAdministrators docs say it doesn't return bots, but it does #720

Open bakatz opened 5 months ago

bakatz commented 5 months ago

Either update the docs or change the behavior to filter out is_bot users before returning the list

I will do this if I have time, just leaving this issue here so whoever gets to it first can get it done