videoChannels property

  1. @JsonKey(name: 'vch')
List<String> videoChannels
inherited

Videos with all of the specified channel ids. If two or more channel IDs are specified, will only return their collabs, or if one channel is a clipper, it will only show clips of the other vtubers made by this clipper.

Implementation

@JsonKey(name: 'vch')
List<String> get videoChannels => throw _privateConstructorUsedError;