make faction chat display almost work
This commit is contained in:
13
json_examples/chat_send_message.js
Normal file
13
json_examples/chat_send_message.js
Normal file
@ -0,0 +1,13 @@
|
||||
// http://www.ingress.com/rpc/dashboard.sendPlext
|
||||
|
||||
// posting:
|
||||
{"message":"x","latE6":73689520,"lngE6":95322756,"factionOnly":true,"method":"dashboard.sendPlext"}
|
||||
|
||||
{"message":"x","latE6":73689520,"lngE6":95322756,"method":"dashboard.sendPlext"}
|
||||
|
||||
|
||||
// faction response:
|
||||
{"gameBasket": {"deletedEntityGuids": [], "gameEntities": [], "inventory": []}, "result": "c709d0aa51664510a43c635d5df919cf.d"}
|
||||
|
||||
// public response:
|
||||
{"gameBasket": {"deletedEntityGuids": [], "gameEntities": [], "inventory": []}, "result": "1b113466f403499191eae568915b7cc9.d"}
|
Reference in New Issue
Block a user