mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
21 lines
355 B
Protocol Buffer
21 lines
355 B
Protocol Buffer
syntax = "proto2";
|
|
package proto;
|
|
|
|
message NotificationPreferences {
|
|
string channel_id = 1;
|
|
string pref_code = 2;
|
|
int32 number_0 = 3;
|
|
int32 number_1 = 4;
|
|
}
|
|
|
|
message LiveMessageParams {
|
|
string ids = 1;
|
|
int32 number_0 = 2;
|
|
int32 number_1 = 3;
|
|
}
|
|
|
|
message CreateCommentParams {
|
|
string video_id = 2;
|
|
string params = 5;
|
|
int32 number = 10;
|
|
} |