Get desktop application:
View/edit binary Protocol Buffers messages
uint32 actor_id = 1
repeated uint32 video_ids = 2
int32 status_code = 1
string status_msg = 2
repeated Video video_list = 3
int32 status_code = 1
string status_msg = 2
bool existed = 3
uint32 actor_id = 1
uint32 video_id = 2
int32 status_code = 1
string status_msg = 2
string summary = 3
string keywords = 4
Used as request type in: FeedService.ListVideos, FeedService.ListVideosByRecommend
optional string latest_time = 1
optional uint32 actor_id = 2
Used as response type in: FeedService.ListVideos, FeedService.ListVideosByRecommend
int32 status_code = 1
string status_msg = 2
optional uint64 next_time = 3
repeated Video video_list = 4
Used in: favorite.FavoriteListResponse, ListFeedResponse, QueryVideosResponse, publish.ListVideoResponse
uint32 id = 1
optional user.User author = 2
string play_url = 3
string cover_url = 4
uint32 favorite_count = 5
uint32 comment_count = 6
bool is_favorite = 7
string title = 8