user=awaitgetUser(msg.from)// Just get user that sent this message
}
console.log(user)
if(!user){
bot.sendMessage(msg.chat.id,'Извините, не нашла ничего на данного пользвателя')
return
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.