Ejemplo n.º 1
0
 private void Parse(JObject jsonObject)
 {
     Ok     = jsonObject["ok"].Value <bool>();
     Result = ChatMemberInfo.ParseArray(jsonObject["result"].Value <JArray>());
 }