UpdateGroupCallChainBlocks constructor
const
UpdateGroupCallChainBlocks({
- required InputGroupCallBase call,
- required int subChainId,
- required List<
Uint8List> blocks, - 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._();