Description

Represents a scheduled file message update params.

Hierarchy

Properties

appleCriticalAlertOptions?: AppleCriticalAlertOptions

The apple critical alert options of the message.

customType?: string

The custom type of the message.

data?: string

The data of the message.

file?: FileCompat

The file of the message.

fileName?: string

The file name of the file of the message.

fileSize?: number

The file size of the file of the message.

fileUrl?: string

The file url of the message.

mentionType?: MentionType

The mention type of the message.

mentionedMessageTemplate?: string

The mentioned message template.

mentionedUserIds?: string[]

The mentioned user IDs of the message.

mentionedUsers?: User[]

The mentioned users of the message.

metaArrays?: MessageMetaArray[]

The meta arrays of the message.

mimeType?: string

The mime type of the file of the message.

pushNotificationDeliveryOption?: PushNotificationDeliveryOption

The push notification delivery option user of the message.

scheduledAt?: number

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.

thumbnailSizes?: ThumbnailSize[]

The thumbnail sizes the file's thumbnail of the message.

Generated using TypeDoc