mentionedChannelId property

  1. @JsonKey(name: 'mentioned_channel_id', includeIfNull: false)
String? mentionedChannelId
inherited

Filter by mentioned channel id, excludes itself. Generally used to find collabs/clips that include the requested channel

Implementation

@JsonKey(name: 'mentioned_channel_id', includeIfNull: false)
String? get mentionedChannelId => throw _privateConstructorUsedError;