ScheduledFileMessageUpdateParams class

ScheduledFileMessageUpdateParams

Annotations
  • @JsonSerializable()

Constructors

ScheduledFileMessageUpdateParams({String? url, String? fileName, int? fileSize, String? mimeType, int? scheduledAt, String? customType, String? data, String? mentionType, List? mentionedUserIds, AppleCriticalAlertOptions? appleCriticalAlertOptions, PushNotificationDeliveryOption pushNotificationDeliveryOption = PushNotificationDeliveryOption.normal})

Properties

appleCriticalAlertOptions AppleCriticalAlertOptions?
The apple critical alert options of the message. Defaults to null.
getter/setter pair
customType String?
The custom type of the message.
getter/setter pair
data String?
The data of the message.
getter/setter pair
fileName String?
The file name of the file of the message. Defaults to null.
getter/setter pair
fileSize int?
The file size of the file of the message. Defaults to null.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mentionedUserIds List?
The mentioned user ids of the message. Defaults to null.
getter/setter pair
mentionType String?
The mention type of the message. Defaults to MentionType.users.
getter/setter pair
metaArrays List<MessageMetaArray>?
Meta arrays of the message. Defaults to null.
getter/setter pair
mimeType String?
The thumbnail sizes the file's thumbnail of the message. Defaults to null.
getter/setter pair
pushNotificationDeliveryOption PushNotificationDeliveryOption
The push notification delivery option of the message. Defaults to null.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt int?
The schedule time to send the message, in Unix milliseconds format. The messages are scheduled in minutes, and values less than minutes are discarded. The term between current time and scheduledAt should be between 5 minutes (depending on the app attribute minimum_interval_for_scheduling) and 30 days
getter/setter pair
url String?
The file url of the message.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) ScheduledFileMessageUpdateParams