phone.GetGroupCallChainBlocks#

class pyrogram.raw.functions.phone.GetGroupCallChainBlocks#

Fetch blocks from a conference call subchain; handle the returned updateGroupCallChainBlocks as specified here. If the number of blocks returned by any call to this method is equal to limit, this method must be re-invoked immediately after processing the returned updateGroupCallChainBlocks, with the newly committed offset (usually equal to the returned next_offset).

Usable by Users Bots
Details:
  • Layer: 227

  • 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