PhoneGetGroupCallChainBlocks constructor

const PhoneGetGroupCallChainBlocks({
  1. required InputGroupCallBase call,
  2. required int subChainId,
  3. required int offset,
  4. required int limit,
})

Phone Get Group Call Chain Blocks constructor.

Implementation

const PhoneGetGroupCallChainBlocks({
  required this.call,
  required this.subChainId,
  required this.offset,
  required this.limit,
}) : super._();