ChannelPinResponseMessageCall constructor

const ChannelPinResponseMessageCall({
  1. required List<String> participants,
  2. DateTime? endedTimestamp,
})

Implementation

const ChannelPinResponseMessageCall({
  required this.participants,
  this.endedTimestamp,
});