ScheduledFileMessageUpdateParams

public final class ScheduledFileMessageUpdateParams: ScheduledBaseMessageUpdateParams

Undocumented

  • The binary file data. file and fileURL cannot be set together.

    Since

    4.0.0

    Declaration

    Swift

    public var file: Data?
  • The file URL. file and fileURL cannot be set together.

    Since

    4.0.0

    Declaration

    Swift

    public var fileURL: String?
  • The thumbnail sizes. This parameter is the array of ThumbnailSize instance and works for image file only.

    Since

    4.0.0

    Declaration

    Swift

    public var thumbnailSizes: [ThumbnailSize]?
  • The file name.

    Since

    4.0.0

    Declaration

    Swift

    public var fileName: String?
  • The file MIME type.

    Since

    4.0.0

    Declaration

    Swift

    public var mimeType: String?
  • The file size.

    Since

    4.0.0

    Declaration

    Swift

    public var fileSize: UInt = 0
  • Initializes and returns a params object for updating a scheduled file message.

    Declaration

    Swift

    public override init()