Closed smaz170 closed 6 years ago
How can I save my bot users data in the database? Thanks for responding...
You can store the chat_id in to a table and check it everytme the bot receive a message
$chat_id=$telegram->chatid() $query="insert into table( chat_id )values('$chat_id' ); mysqli_query($link,$query);
How can I save my bot users data in the database? Thanks for responding...