mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 20:12:12 +00:00
dev: add proto file
This commit is contained in:
13
lib/proto/youtube.proto
Normal file
13
lib/proto/youtube.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto2";
|
||||
package proto;
|
||||
|
||||
enum FOO {
|
||||
BAR = 1;
|
||||
}
|
||||
|
||||
message ChannelPreferences {
|
||||
required string channel_id = 1;
|
||||
string pref_code = 2;
|
||||
int32 number_0 = 3;
|
||||
int32 number_1 = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user