ScheduledFileMessageUpdateParams constructor

ScheduledFileMessageUpdateParams({
  1. String? url,
  2. String? fileName,
  3. int? fileSize,
  4. String? mimeType,
  5. int? scheduledAt,
  6. String? customType,
  7. String? data,
  8. String? mentionType,
  9. List? mentionedUserIds,
  10. AppleCriticalAlertOptions? appleCriticalAlertOptions,
  11. PushNotificationDeliveryOption pushNotificationDeliveryOption = PushNotificationDeliveryOption.normal,
})

Implementation

ScheduledFileMessageUpdateParams({
  this.url,
  this.fileName,
  this.fileSize,
  this.mimeType,
  this.scheduledAt,
  this.customType,
  this.data,
  this.mentionType,
  this.mentionedUserIds,
  this.appleCriticalAlertOptions,
  this.pushNotificationDeliveryOption = PushNotificationDeliveryOption.normal,
});