ScheduledUserMessageUpdateParams constructor
Null safety
ScheduledUserMessageUpdateParams(- {String? message,
- int? scheduledAt,
- String? customType,
- String? data,
- bool? sendPush,
- MentionType? mentionType,
- List? mentionedUserIds,
- bool? isSilent,
- bool? markAsRead,
- Map? sortedMetaarray,
- String? dedupId,
- String? apnsBundleId,
- List<String>? translationTargetLanguages,
- PushTriggerOption? pushOption,
- AppleCriticalAlertOptions? appleCriticalAlertOptions}
)
Implementation
ScheduledUserMessageUpdateParams({
this.message,
this.scheduledAt,
this.customType,
this.data,
this.sendPush,
this.mentionType,
this.mentionedUserIds,
this.isSilent,
this.markAsRead,
this.sortedMetaarray,
this.dedupId,
this.apnsBundleId,
this.translationTargetLanguages,
this.pushOption,
this.appleCriticalAlertOptions,
});