2016-08-15 62 views

回答

0

當您收到一條消息,它會是這個樣子

{ 
    "messages": [ 
     { 
      "chatId": "0ee6d46753bfa6ac2f089149959363f3f59ae62b10cba89cc426490ce38ea92d", 
      "id": "0115efde-e54b-43d5-873a-5fef7adc69fd", 
      "type": "text", 
      "from": "laura", 
      "participants": ["laura"], 
      "body": "omg r u real?", 
      "timestamp": 1439576628405, 
      "readReceiptRequested": true, 
      "mention": null 
     }, 
     { 
      "chatId": "0ee6d46753bfa6ac2f089149959363f3f59ae62b10cba89cc426490ce38ea92d", 
      "id": "74ded818-1eb7-4266-91bc-c301c2f41fe3", 
      "type": "picture", 
      "from": "aleem", 
      "participants": ["aleem"], 
      "picUrl": "http://example.kik.com/apicture.jpg", 
      "timestamp": 1439576628405, 
      "readReceiptRequested": true, 
      "mention": null 
     } 
    ] 
} 

你可以抓住適當chatId收到您

消息的 chatId