aviary-cli/protobuf/image.proto

9 lines
121 B
Protocol Buffer
Raw Normal View History

2022-08-12 01:41:18 +00:00
syntax = "proto3";
message Image {
bytes key = 1;
string full_url = 2;
string thumb_url = 3;
string blurhash = 4;
}