UpdateGroupCallChainBlocks¶
- class pyrogram.raw.types.UpdateGroupCallChainBlocks[source]¶
Contains conference call blockchain blocks, see handling E2E group call updates ».
Constructor of
Update.- Details:
Layer:
229ID:
A477288F
- Parameters:
call (
InputGroupCall) – Conference whose specified subchain received these blockssub_chain_id (
int32-bit) –0for the main state blockchain,1for the call verification subchainblocks (List of
bytes) – Serialized subchain blocks with the server-adjusted constructor IDs described in the subchain documentation »next_offset (
int32-bit) – Height of the block located after the last block inblocks; the first returned block has heightnext_offset - blocks.length