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:
227ID:
EE9F88A6
- Parameters:
call (
InputGroupCall) – Conference whose subchain blocks should be fetchedsub_chain_id (
int32-bit) – 0 for the main state blockchain, 1 for the call verification subchainoffset (
int32-bit) – Fetch blocks starting from this height; pass -1 to fetch the latest blocklimit (
int32-bit) – Maximum number of blocks to return in this call, see pagination, max 100.
- Returns: