Wasm Directoryalpha
Record

get-channel-videos-params

No description available.

record get-channel-videos-params {
  channel-id: string,
  containing-uri: option​<string>,
  direction: option​<get-channel-videos-direction-enum>,
  filter: option​<get-channel-videos-filter-enum>,
  filter-embeddable: option​<bool>,
  page: option​<f64>,
  per-page: option​<f64>,
  query: option​<string>,
  sort: option​<get-channel-videos-sort-enum>,
}

Fields

NameTypeDescription
channel-idstring
containing-urioption​<string>
directionoption​<get-channel-videos-direction-enum>
filteroption​<get-channel-videos-filter-enum>
filter-embeddableoption​<bool>
pageoption​<f64>
per-pageoption​<f64>
queryoption​<string>
sortoption​<get-channel-videos-sort-enum>