fix(55/STATUS-1TO1-CHAT): describe events field (#592)

This commit is contained in:
Aaryamann Challani 2023-04-17 15:53:37 +05:30 committed by GitHub
parent ff6ccb0a98
commit d79f3f7ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ message MembershipUpdateMessage {
}
```
Note that in `events`, the first element is the signature, and all other elements after are encoded `MembershipUpdateEvent`'s.
where `MembershipUpdateEvent` is defined as follows:
```protobuf