phone.GetGroupCallChainBlocks

class pyrogram.raw.functions.phone.GetGroupCallChainBlocks[source]

Fetch blocks from a conference call subchain »; handle the returned updateGroupCallChainBlocks as specified here ».

Usable by Users Bots
Details:
  • Layer: 229

  • ID: EE9F88A6

Parameters:
  • call (InputGroupCall) – Conference whose subchain blocks should be fetched

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

  • offset (int 32-bit) – Fetch blocks starting from this height; pass -1 to fetch the latest block

  • limit (int 32-bit) – Maximum number of blocks to return in this call, see pagination, max 100.

Returns:

Updates