Get user messages
| type | INBOX |
| offset | start position |
| recordlimit | count of messages |
<messages>
<meta>
<totalrecords> { RECORD COUNT } </totalrecords>
</meta>
<message>
<createdate> { CREATION DATE } </createdate>
<when> { CREATION AGO } </when>
<messageid> { MESSAGE ID } </messageid>
<frompeerid> { USER ID } </frompeerid>
<frompeer> { USER NAME} </frompeer>
<fromname> { USER NAME} </fromname>
<frompeerstatus> { 0 - Online | 1 - Offline } </frompeerstatus>
<topeerid> { TO USER ID } </topeerid>
<toname> { TO USER NAME } </toname>
<topeerstatus> { 0 | 1 } </topeerstatus>
<topeer> { TO USER NAME } </topeer>
<status> { MESSAGE STATUS } </status>
<messagedetail> { MESSAGE DETAIL } </messagedetail>
<fromblocked> { 0 | 1 } </fromblocked>
<toblocked> { 0 | 1 } </toblocked>
</message>
</messages>
Requirements: