ENUM

ShortVideoFeedPlatform

The platform from which the short video feed is requested.

link GraphQL Schema definition

1enum ShortVideoFeedPlatform {
2
3# The mobile web site.
4MOBILE_WEB
5
6# The iOS app.
7IOS
8
9# The Android app.
10ANDROID
11}