Polyjuice Client v0.4.2 Polyjuice.Client.Endpoint.GetMediaDownload View Source

Download from the media repository.

https://matrix.org/docs/spec/client_server/latest#get-matrix-media-r0-download-servername-mediaid https://matrix.org/docs/spec/client_server/latest#get-matrix-media-r0-download-servername-mediaid-filename

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.GetMediaDownload{
  allow_remote: boolean(),
  filename: String.t() | nil,
  url: String.t() | URI.t() | {String.t(), String.t()}
}