Tchatator413
TripEnArvor instant messaging protocol - JSON-based
Loading...
Searching...
No Matches
Data Fields
response_t Struct Reference

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 
 

Detailed Description

Definition at line 140 of file action.h.

Field Documentation

◆ error

action_error_t response_t::error

Definition at line 144 of file action.h.

◆ has_next_page

bool response_t::has_next_page

Definition at line 142 of file action.h.

◆ inbox

msg_list_t response_t::inbox

Definition at line 154 of file action.h.

◆ motd

msg_list_t response_t::motd

Definition at line 154 of file action.h.

◆ msg_id

serial_t response_t::msg_id

Definition at line 152 of file action.h.

◆ outbox

msg_list_t response_t::outbox

Definition at line 154 of file action.h.

◆ token

token_t response_t::token

Definition at line 146 of file action.h.

◆ type

action_type_t response_t::type

Definition at line 141 of file action.h.

◆ user

user_t response_t::user

Definition at line 149 of file action.h.


The documentation for this struct was generated from the following file: