ChatKittyPlatformAPI.Model.FileProperties (chatkitty_platform_sdk v0.1.0)

The file data of this message

Link to this section Summary

Link to this section Types

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