UpdateGroupCallChainBlocks constructor

const UpdateGroupCallChainBlocks({
  1. required InputGroupCallBase call,
  2. required int subChainId,
  3. required List<Uint8List> blocks,
  4. required int nextOffset,
})

Update Group Call Chain Blocks constructor.

Implementation

const UpdateGroupCallChainBlocks({
  required this.call,
  required this.subChainId,
  required this.blocks,
  required this.nextOffset,
}) : super._();