Categories
How can I find out if a user is a group admin?
I am writing a Telegram bot with node-telegram-bot-api. Such object msg comes. But where is the information about the admin? How to get it?
Answer the question
In order to leave comments, you need to log in
bot.getChatAdministrators(chatId).then( data => { console.log(data); });
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question