Layer 220
constructor
updateGroupCallChainBlocks#a477288f call:InputGroupCall sub_chain_id:int blocks:Vector<bytes> next_offset:int = Update;

Parameters

Name Type Description
Call InputGroupCall The conference call.
SubChainId int Subchain ID.
Blocks Vector<bytes> Blocks.
NextOffset int Offset of the next block.

Returns

Update

Gogram Example

// Creating UpdateGroupCallChainBlocks constructor
obj := &tg.UpdateGroupCallChainBlocks{
    Call: &tg.InputGroupCall{},
    SubChainId: 0,
    Blocks: []bytes{},
    NextOffset: 0,
}