Protobuf update

This commit is contained in:
2025-07-14 02:13:51 +08:00
parent 007da589bf
commit 387246a95c
6 changed files with 302 additions and 28 deletions

View File

@@ -55,8 +55,8 @@ message AccountProfile {
google.protobuf.StringValue picture_id = 17;
google.protobuf.StringValue background_id = 18;
CloudFileReferenceObject picture = 19;
CloudFileReferenceObject background = 20;
CloudFile picture = 19;
CloudFile background = 20;
string account_id = 21;
}