Changed recipient type from String to long (now sending ID not name).

This commit is contained in:
Maxi 2019-10-09 21:55:50 +02:00
parent 9674789133
commit 09afcfdd77
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<xs:complexType>
<xs:sequence>
<xs:element name="Sender" type="xs:string" />
<xs:element name="Recipient" type="xs:string" />
<xs:element name="Recipient" type="xs:long" />
<xs:element name="Date" type="xs:date" />
<xs:element name="State" type="xs:boolean" />
</xs:sequence>