ChatKitty.Model.FileImportProperties (chatkitty_platform_sdk v1.26.0)

External file properties

Link to this section Summary

Link to this section Types

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