ScheduledUserMessageUpdateParams constructor
- {String? message,
- int? scheduledAt,
- String? customType,
- String? data,
- MentionType? mentionType,
- List<
String> ? mentionedUserIds, - AppleCriticalAlertOptions? appleCriticalAlertOptions,
- PushTriggerOption? pushNotificationDeliveryOption}
Implementation
ScheduledUserMessageUpdateParams({
this.message,
this.scheduledAt,
this.customType,
this.data,
this.mentionType,
this.mentionedUserIds,
this.appleCriticalAlertOptions,
this.pushNotificationDeliveryOption,
});