telegram bot online/offline status question

32 views Asked by At

Is it possible to track online or offline user via telegram bot knowing his id.

bot.command('check_status', async (ctx) => {
}

I am writing a TG bot and my tutor said to me the task "track user's status" I have them id and can't find on internet any aproach to this task.

0

There are 0 answers