View Source WeChat.UploadMedia (elixir_wechat_fork v0.5.1)

Use for upload media file related.

Summary

Types

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