ReceiveMessage.userInterruption constructor

const ReceiveMessage.userInterruption({
  1. required int time,
  2. String? customSessionId,
})

Implementation

const factory ReceiveMessage.userInterruption({
  required int time,
  String? customSessionId,
}) = UserInterruption;