ChatRoom = function(user_id,profile_id,chatroom_id){ this.user_id = user_id; this.profile_id = profile_id; this.chatroom_id = chatroom_id; };