ScheduledUserMessageUpdateParams constructor

ScheduledUserMessageUpdateParams(
  1. {String? message,
  2. int? scheduledAt,
  3. String? customType,
  4. String? data,
  5. MentionType? mentionType,
  6. List<String>? mentionedUserIds,
  7. AppleCriticalAlertOptions? appleCriticalAlertOptions,
  8. PushTriggerOption? pushNotificationDeliveryOption}
)

Implementation

ScheduledUserMessageUpdateParams({
  this.message,
  this.scheduledAt,
  this.customType,
  this.data,
  this.mentionType,
  this.mentionedUserIds,
  this.appleCriticalAlertOptions,
  this.pushNotificationDeliveryOption,
});