Polyjuice Client v0.3.1 Polyjuice.Client.Endpoint.PostMediaUpload View Source

Upload to the media repository.

https://matrix.org/docs/spec/client_server/latest#post-matrix-media-r0-upload

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostMediaUpload{
  data: binary() | {:file, String.t()},
  filename: String.t(),
  mimetype: String.t()
}