Commit message for the E2E conference call emoji verification protocol.
When submitting this broadcast to the server, use the canonical constructor ID shown in the schema; broadcasts returned by the server use the constructor ID described in the subchain documentation.
e2e.chain.groupBroadcastNonceCommit#d1512ae7 signature:int512 user_id:int64 chain_height:int32 chain_hash:int256 nonce_hash:int256 = e2e.chain.GroupBroadcast;
| Name | Type | Description |
|---|---|---|
| signature | int512 | Signature of the TL-serialized commit message with the signature field zeroed out. |
| user_id | int64 | Telegram user ID of the participant sending the commit. |
| chain_height | int32 | Height of the main-chain block for which verification emojis are being generated. |
| chain_hash | int256 | Hash of the main-chain block for which verification emojis are being generated. |
| nonce_hash | int256 | SHA256 hash of the participant's random nonce, revealed later using e2e.chain.groupBroadcastNonceReveal. |
Reveal message for the E2E conference call emoji verification protocol.
When submitting this broadcast to the server, use the canonical constructor ID shown in the schema; broadcasts returned by the server use the constructor ID described in the subchain documentation.