View Source WeChat.UploadMediaContent (elixir_wechat v0.4.6)

Use for upload media file content related.

Link to this section Summary

Link to this section Types

@type t() :: %WeChat.UploadMediaContent{
  file_content: binary(),
  file_name: String.t(),
  type:
    {:image, String.t()}
    | {:voice, String.t()}
    | {:video, String.t()}
    | {:thumb, String.t()}
}