UNPKG

telegraf-tools

Version:
7 lines 174 B
module.exports = (bot) => { bot .command("test", async ctx => { const sortedUsers = ctx.users.sort("is_admin") console.log(sortedUsers) }) }