php-telegram-bot / core

PHP Telegram Bot based on the official Telegram Bot API
MIT License
3.88k stars 953 forks source link

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

Open mehrdadkhoddami opened 7 years ago

mehrdadkhoddami commented 7 years ago

Required Information

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.

akalongman commented 6 years ago

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