messageId = $message->id; $this->title = $message->title; $this->type = $message->type; $this->senderType = $message->sender_type; $this->senderId = $message->sender_id; $this->receiverId = $message->receiver_id; $this->message = $message; } }