gleetube/resource/thumbnails

Values

pub fn set(
  client: client.Client,
  video_id video_id: String,
  image_data image_data: String,
  content_type content_type: String,
  on_behalf_of_content_owner on_behalf_of_content_owner: option.Option(
    String,
  ),
) -> Result(common.Thumbnails, error.GleeTubeError)

Set (upload) a custom thumbnail for a video. The image_data should be the raw image content as a string.

Search Document