View Source WeChat.UploadMedia (elixir_wechat v0.4.6)

Use for upload media file related.

Link to this section Summary

Link to this section Types

@type t() :: %WeChat.UploadMedia{
  file_path: String.t(),
  type:
    {:image, String.t()}
    | {:voice, String.t()}
    | {:video, String.t()}
    | {:thumb, String.t()}
}