[
  {
    "chats": [
      {
        
        "id": 1,
        "from_id": 2,
        "to_id": 1,
        "msg": "Good morning 😊",
        "has_dropDown": true,
        "has_images": [],
        "has_files": [],
        "datetime": "09:07 am",
        "isReplied": 2
      },
      {
        "id": 2,
        "from_id": 1,
        "to_id": 2,
        "has_dropDown": true,
        "msg": "Good morning, How are you? What about our next meeting?",      
        "has_images": [],
        "has_files": [],
        "datetime": "09:08 am",     
        "isReplied": 1
      },
      {
        "id": 3,
        "from_id": 2,
        "to_id": 1,
        "has_dropDown": true,
        "msg": "Yeah everything is fine. Our next meeting tomorrow at 10.00 AM",        
        "has_images": [],
        "has_files": [],
        "datetime": "09:10 am",       
        "isReplied": 2
      },
      {
        "id": 4,
        "from_id": 2,
        "to_id": 1,
        "has_dropDown": true,
        "msg": "Hey, I'm going to meet a friend of mine at the department store. I have to buy some presents for my parents 🎁.",       
        "has_images": [],
        "has_files": [],
        "datetime":   "09:12 am",
        "isReplied": 2
      },
      {
        "id": 5,
        "from_id": 1,
        "to_id": 2,
        "msg": "Wow that's great", 
        "has_dropDown": true,      
        "has_images": [],
        "has_files": [],
        "datetime": "09:30 am",
        "isReplied": 1
      },
      {
        "id": 6,
        "from_id": 2,
        "to_id": 1,
        "msg": null,   
        "has_dropDown": false,    
        "has_images": ["build/images/small/img-1.jpg","build/images/small/img-2.jpg"],
        "has_files": [],
        "datetime":   "10:15 am",
        "isReplied": 1
      }
    ], 
 
    "channel_chat" :[
      {
        "id": 1,
        "from_id": 2,
        "to_id": 1,
        "msg": "Good morning Everyone",    
        "has_dropDown": true,   
        "has_images": [],
        "has_files": [],
        "datetime":   "10:07 am",
        "isReplied": []
      },
      {
        "id": 2,
        "from_id": 1,
        "to_id": 2,
        "has_dropDown": true,
        "msg": "Good morning, How are you? What about our next meeting?",       
        "has_images": [],
        "has_files": [],
        "datetime":   "10:12 am",
        "isReplied": []
      },
      {
        "id": 3,
        "from_id": 7,
        "to_id": 6,
        "msg": "Yeah everything is fine, Our next meeting tomorrow at 10.00 am AM",   
        "has_dropDown": true,    
        "has_images": [],
        "has_files": [],
        "datetime":   "10:13 am",
        "isReplied": []
      },
      {
        "id": 4,
        "from_id": 7,
        "to_id": 6,
        "has_dropDown": true,
        "msg": "Wow that's great",       
        "has_images": [],
        "has_files": [],
        "datetime":   "10:14 am",
        "isReplied": []
      },
      {
        "id": 5,
        "from_id": 1,
        "to_id": 2,
        "has_dropDown": true,
        "msg": "@Jean Berwick, Please Assign AB-123 to me",       
        "has_images": [],
        "has_files": [],
        "datetime":   "10:14 am",
        "isReplied": []
      },
      {
        "id": 6,
        "from_id": 2,
        "to_id":1,
        "msg": "Okay, Sure",
        "has_dropDown": true,       
        "has_images": [],
        "has_files": [],
        "datetime":   "10:15 am",
        "isReplied": []
      }
    ]
  }
]
