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