gleetube/resource/channel_banners
Types
Response from channelBanners.insert.
pub type ChannelBannerInsertResponse {
ChannelBannerInsertResponse(
kind: option.Option(String),
etag: option.Option(String),
url: option.Option(String),
)
}
Constructors
-
ChannelBannerInsertResponse( kind: option.Option(String), etag: option.Option(String), url: option.Option(String), )
Values
pub fn insert(
client: client.Client,
image_data image_data: String,
content_type content_type: String,
on_behalf_of_content_owner on_behalf_of_content_owner: option.Option(
String,
),
) -> Result(ChannelBannerInsertResponse, error.GleeTubeError)
Insert (upload) a channel banner image.