Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.23 KB

Media.md

File metadata and controls

47 lines (24 loc) · 1.23 KB

TbaApiV3client.Media

Properties

Name Type Description Notes
type String String type of the media element.
foreignKey String The key used to identify this media on the media site.
details Object If required, a JSON dict of additional media information. [optional]
preferred Boolean True if the media is of high quality. [optional]
directUrl String Direct URL to the media. [optional]
viewUrl String The URL that leads to the full web page for the media, if one exists. [optional]

Enum: TypeEnum

  • youtube (value: "youtube")

  • cdphotothread (value: "cdphotothread")

  • imgur (value: "imgur")

  • facebook-profile (value: "facebook-profile")

  • youtube-channel (value: "youtube-channel")

  • twitter-profile (value: "twitter-profile")

  • github-profile (value: "github-profile")

  • instagram-profile (value: "instagram-profile")

  • periscope-profile (value: "periscope-profile")

  • grabcad (value: "grabcad")

  • instagram-image (value: "instagram-image")

  • external-link (value: "external-link")

  • avatar (value: "avatar")