rajaasim

json

Jan 22nd, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1. {"Error" : {"EnterRoom" : "RoomNotFound", "RoomId" : id}}
  2. {"Error" : {"EnterRoom" : "Locked", "RoomId" : id, "RoomName" : "name"}}
  3. {"Error" : {"EnterRoom" : "AlreadyInRoom", "RoomId" : id, "RoomName" : "name"}}
  4. {"Error" : {"EnterRoom" : "Banned", "RoomId" : id, "RoomName" : "name"}}
  5.  
  6. {"Error" : {"Status" : "UserNotFound", "UserId" : id}}
  7.  
  8. {"Error" : {"Description" : "Denied", "RoomId" : id}}
  9.  
  10. {"Result" : {"AllFriends" : "NoFriends"}}
  11. {"Result" : {"AllFriends" : [{"UserId" : id, "UserName" : "name"}, {"UserId" : id, "UserName" : "name"}, ...]}}
  12.  
  13. {"Result" : {"OnlineFriends" : "NoFriends"}}
  14. {"Result" : {"OnlineFriends" : [{"UserId" : id, "UserName" : "name", "Presence" : "presence", "Status" : "status"}, ...]}}
Add Comment
Please, Sign In to add comment