Constructor: updateGroupCallChainBlocks
Contains updates to the blockchain of a conference call, see here » for more info.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| call | InputGroupCall | Yes | The conference call. |
| sub_chain_id | int | Yes | Subchain ID. |
| blocks | Array of bytes | Yes | Blocks. |
| next_offset | int | Yes | Offset of the next block. |
Type: Update
Example:
$updateGroupCallChainBlocks = ['_' => 'updateGroupCallChainBlocks', 'call' => InputGroupCall, 'sub_chain_id' => int, 'blocks' => ['bytes', 'bytes'], 'next_offset' => int];