tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

How to check that user is totally new in the bot? on /start command if(request && (request.message_id==1)){ Bot.sendMessage("Thank you for starting bot!") }else{ Bot.sendMessage("Hello again, old user") } How it is works? The first message from user: - it is always /start - always the first and have 1 value P.S. Sometimes bot can write to user firstly... #2954

Closed Facebook203 closed 4 months ago