ChatSilentModeResult constructor

ChatSilentModeResult(
  1. int? expireTimestamp,
  2. ChatConversationType conversationType,
  3. String conversationId,
  4. ChatPushRemindType? remindType,
  5. ChatSilentModeTime? startTime,
  6. ChatSilentModeTime? endTime
)

Offline push DND result class.

Implementation

ChatSilentModeResult(
  this.expireTimestamp,
  this.conversationType,
  this.conversationId,
  this.remindType,
  this.startTime,
  this.endTime,
);