Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 130 additions & 0 deletions protos/generated/misc/params.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions protos/misc/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,15 @@ message CommunityPostCommentsParam {
string title = 2;
CommentDataContainer comment_data_container = 53;
}

message ClipParams {
message ClipParamsData {
string clip_id = 1;
int32 start_time = 2;
int32 end_time = 3;
string clip_title = 4;
string clip_metadata = 5;
}

ClipParamsData clip_params_data = 50;
}
Loading