UpdateGroupCallChainBlocks#
- class pyrogram.raw.types.UpdateGroupCallChainBlocks#
Contains conference call blockchain blocks, see handling E2E group call updates.
Constructor of
Update.- Details:
Layer:
227ID:
A477288F
- Parameters:
call (
InputGroupCall) – Conference whose specified subchain received these blockssub_chain_id (
int32-bit) – 0 for the main state blockchain, 1 for 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 in blocks; the first returned block has height next_offset - blocks.length