UpdateGroupCallChainBlocks#

class pyrogram.raw.types.UpdateGroupCallChainBlocks#

Contains conference call blockchain blocks, see handling E2E group call updates.

Constructor of Update.

Details:
  • Layer: 227

  • ID: A477288F

Parameters:
  • call (InputGroupCall) – Conference whose specified subchain received these blocks

  • sub_chain_id (int 32-bit) – 0 for the main state blockchain, 1 for the call verification subchain

  • blocks (List of bytes) – Serialized subchain blocks with the server-adjusted constructor IDs described in the subchain documentation »

  • next_offset (int 32-bit) – Height of the block located after the last block in blocks; the first returned block has height next_offset - blocks.length