What happens if you hop into PSQL in the container and do UPDATE users SET last_seen_at=NULL WHERE id=bot-id-here;?
UPDATE users SET last_seen_at=NULL WHERE id=bot-id-here;