gleetube/resource/watermarks

Values

pub fn set(
  client: client.Client,
  channel_id channel_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(Nil, error.GleeTubeError)

Set a watermark image for a channel. Uses the image data directly as the request body.

pub fn unset(
  client: client.Client,
  channel_id channel_id: String,
  on_behalf_of_content_owner on_behalf_of_content_owner: option.Option(
    String,
  ),
) -> Result(Nil, error.GleeTubeError)

Unset (remove) a watermark from a channel.

Search Document