updateGroupCallChainBlocks
Contains updates to the blockchain of a conference call, see here » for more info.
type tg.UpdateGroupCallChainBlocks struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Call | InputGroupCallClass | yes | The conference call. |
SubChainID | int | yes | Subchain ID. |
Blocks | [][]byte | yes | Blocks. |
NextOffset | int | yes | Offset of the next block. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateGroupCallChainBlocks#a477288f