core icon indicating copy to clipboard operation
core copied to clipboard

created_at column is not set for a user record which him/her message was forwarded to the bot

Open mehrdadkhoddami opened this issue 8 years ago • 1 comments

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.

mehrdadkhoddami avatar Oct 07 '17 08:10 mehrdadkhoddami

Is this still actual? Did you try to update package?

akalongman avatar May 10 '18 18:05 akalongman