feat(ProtoUtils): Add support for creating NextParams (#762)

This commit is contained in:
absidue
2024-09-23 22:33:21 +02:00
committed by GitHub
parent 74659fd03f
commit 910c9791e7
3 changed files with 73 additions and 1 deletions

View File

@@ -224,4 +224,8 @@ message ShortsParam {
}
optional Field1 f1 = 1;
optional int32 p59 = 59;
}
message NextParams {
repeated string video_id = 5;
}