Rename toAddresses property to "to" in BaseMessage

This commit is contained in:
ChronosX88 2020-09-05 21:17:34 +04:00
parent 931828dee5
commit 01233f774a
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -64,7 +64,7 @@ interface BaseMessage {
/** /**
* Message recipients * Message recipients
*/ */
toAddresses: EntityID[], to: EntityID[],
/** /**
* Operation success indicator (used to determine if the error happened while processing request) - MUST be only in response from server * Operation success indicator (used to determine if the error happened while processing request) - MUST be only in response from server