OBJECT

ChannelClipsCreationRestrictionOptions

ChannelClipsCreationRestrictionOptions are the additional options for the auth restrictions.

link GraphQL Schema definition

1type ChannelClipsCreationRestrictionOptions {
2
3# The time requirement in minutes, of how long a follower needs to be following to
4# create clips.
5followingLengthMinutes: Int
6
7}