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.