ChatKittyPlatformAPI.Model.FileImportProperties (chatkitty_platform_sdk v0.1.0)

External file properties

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.FileImportProperties{
  contentType: String.t(),
  name: String.t(),
  size: integer(),
  url: String.t()
}