| Tchatator413
    TripEnArvor instant messaging protocol - JSON-based | 
| Data Fields | ||
| action_type_t | type | |
| bool | has_next_page | |
| union { | ||
| action_error_t error | ||
| struct { | ||
| token_t token | ||
| } login | ||
| struct { | ||
| user_t user | ||
| } whois | ||
| struct { | ||
| serial_t msg_id | ||
| } send | ||
| msg_list_t motd | ||
| msg_list_t inbox | ||
| msg_list_t outbox | ||
| } | body | |
| action_error_t response_t::error | 
| msg_list_t response_t::inbox | 
| msg_list_t response_t::motd | 
| msg_list_t response_t::outbox | 
| action_type_t response_t::type |