Link Search Menu Expand Document

Constructor: updateGroupCallChainBlocks

Back to constructors index

Contains updates to the blockchain of a conference call, see here » for more info.

Attributes:

NameTypeRequiredDescription
callInputGroupCallYesThe conference call.
sub_chain_idintYesSubchain ID.
blocksArray of bytesYesBlocks.
next_offsetintYesOffset of the next block.

Type: Update

Example:

$updateGroupCallChainBlocks = ['_' => 'updateGroupCallChainBlocks', 'call' => InputGroupCall, 'sub_chain_id' => int, 'blocks' => ['bytes', 'bytes'], 'next_offset' => int];