Layer 220
UpdateGroupCallChainBlocks
Contains updates to the blockchain of a conference call, see here for more info.
constructor
updateGroupCallChainBlocks#a477288f call:InputGroupCall sub_chain_id:int blocks:Vector<bytes> next_offset:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | The conference call. |
| SubChainId | int | Subchain ID. |
| Blocks | Vector<bytes> | Blocks. |
| NextOffset | int | Offset of the next block. |
Returns
UpdateGogram Example
// Creating UpdateGroupCallChainBlocks constructor obj := &tg.UpdateGroupCallChainBlocks{ Call: &tg.InputGroupCall{}, SubChainId: 0, Blocks: []bytes{}, NextOffset: 0, }