diff --git a/proto/v2/stream.proto b/proto/v2/stream.proto index 73a37e9..90a1485 100644 --- a/proto/v2/stream.proto +++ b/proto/v2/stream.proto @@ -21,4 +21,10 @@ message Stream { string preview = 19; bool nsfw = 20; uint32 duration = 21; + Timestamp release_time = 22; } + +message Timestamp { + sint64 epoch_seconds = 1; + sint32 bc_year = 2; +} \ No newline at end of file