diff --git a/CPPs/proposed/CPP3 - Private user messages.md b/CPPs/proposed/CPP3 - Private user messages.md index 2691424..81661ed 100644 --- a/CPPs/proposed/CPP3 - Private user messages.md +++ b/CPPs/proposed/CPP3 - Private user messages.md @@ -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 } ```