Files
YouTube.js/lib/proto/youtube.proto

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;
}