ScheduledUserMessageUpdateParams constructor

ScheduledUserMessageUpdateParams({
  1. String? message,
  2. int? scheduledAt,
  3. String? customType,
  4. String? data,
  5. bool? sendPush,
  6. MentionType? mentionType,
  7. List? mentionedUserIds,
  8. bool? isSilent,
  9. bool? markAsRead,
  10. Map? sortedMetaarray,
  11. String? dedupId,
  12. String? apnsBundleId,
  13. List<String>? translationTargetLanguages,
  14. PushTriggerOption? pushOption,
  15. 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,
});