PhoneGetGroupCallChainBlocks constructor
const
PhoneGetGroupCallChainBlocks({
- required InputGroupCallBase call,
- required int subChainId,
- required int offset,
- 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._();