ScheduledFileMessageUpdateParams constructor

ScheduledFileMessageUpdateParams({
  1. String? url,
  2. String? fileName,
  3. int? fileSize,
  4. String? fileType,
  5. List? thumbnails,
  6. int? scheduledAt,
  7. String? customType,
  8. String? data,
  9. bool? requireAuth,
  10. bool? sendPush,
  11. String? mentionType,
  12. List? mentionedUserIds,
  13. bool? isSilent,
  14. bool? markAsRead,
  15. Map? sortedMetaarray,
  16. String? dedupId,
  17. String? apnsBundleId,
  18. PushTriggerOption? pushOption,
  19. AppleCriticalAlertOptions? appleCriticalAlertOptions,
  20. String? reqId,
})

Implementation

ScheduledFileMessageUpdateParams({
  this.url,
  this.fileName,
  this.fileSize,
  this.fileType,
  this.thumbnails,
  this.scheduledAt,
  this.customType,
  this.data,
  this.requireAuth,
  this.sendPush,
  this.mentionType,
  this.mentionedUserIds,
  this.isSilent,
  this.markAsRead,
  this.sortedMetaarray,
  this.dedupId,
  this.apnsBundleId,
  this.pushOption,
  this.appleCriticalAlertOptions,
  this.reqId,
});