ChatSilentModeResult constructor
- int? expireTimestamp,
- ChatConversationType conversationType,
- String conversationId,
- ChatPushRemindType? remindType,
- ChatSilentModeTime? startTime,
- ChatSilentModeTime? endTime,
~english Offline push DND result class. ~end
~chinese 离线推送免打扰结果类。 ~end
Implementation
ChatSilentModeResult(
this.expireTimestamp,
this.conversationType,
this.conversationId,
this.remindType,
this.startTime,
this.endTime,
);