ScheduledFileMessageUpdateParams constructor
Null safety
ScheduledFileMessageUpdateParams(- {String? url,
- String? fileName,
- int? fileSize,
- String? fileType,
- List? thumbnails,
- int? scheduledAt,
- String? customType,
- String? data,
- bool? requireAuth,
- bool? sendPush,
- String? mentionType,
- List? mentionedUserIds,
- bool? isSilent,
- bool? markAsRead,
- Map? sortedMetaarray,
- String? dedupId,
- String? apnsBundleId,
- PushTriggerOption? pushOption,
- AppleCriticalAlertOptions? appleCriticalAlertOptions,
- 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,
});