Constructor: updateGroupCallChainBlocks
Attributes:
Name | Type | Required |
---|---|---|
call | InputGroupCall | Yes |
sub_chain_id | int | Yes |
blocks | Array of bytes | Yes |
next_offset | int | Yes |
Type: Update
Example:
$updateGroupCallChainBlocks = ['_' => 'updateGroupCallChainBlocks', 'call' => InputGroupCall, 'sub_chain_id' => int, 'blocks' => ['bytes', 'bytes'], 'next_offset' => int];