SPEC-4: Update proposal

This commit is contained in:
ChronosX88 2020-01-03 14:22:52 +04:00
parent 1cd3b60334
commit cc0a683506
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -208,13 +208,7 @@ interface CreatePrivateChatRequestPayload {
/**
* Type of chat which need to create
*/
chatType: ChatType,
/**
* Second chat member ID (first member is who trying to create this chat) in
* case when chatType is "user"
*/
receiverUserId: EntityID
chatType: ChatType
}
```