core
core copied to clipboard
created_at column is not set for a user record which him/her message was forwarded to the bot
Required Information
- Operating system: ubuntu 16.04
- PHP version: 7.1
- PHP Telegram Bot version: Latest version
- Using MySQL database: yes
- MySQL version: 5.7.19
- Update Method: Webhook
- Self-signed certificate: no
- RAW update (if available):
Expected behaviour
created_at column should be set in "user" table
Actual behaviour
both "created_at" & "updated_at" columns are not set for a user record which him/her message was forwarded to the bot. But when same user join to the bot, only "updated_at" column is set
Steps to reproduce
create a conversation to get user_id. bot is waiting to get a forward message then check that user is existed in bot or not.
Is this still actual? Did you try to update package?