🐛 Fix some bugs

This commit is contained in:
2025-10-06 12:46:25 +08:00
parent c435e63917
commit 8f71d7f9e5
2 changed files with 5 additions and 5 deletions

View File

@@ -115,8 +115,8 @@ message BotAccount {
message CreateBotAccountRequest {
Account account = 1;
string automated_id = 2;
optional string picture_id = 8;
optional string background_id = 9;
google.protobuf.StringValue picture_id = 8;
google.protobuf.StringValue background_id = 9;
}
message CreateBotAccountResponse {
@@ -182,4 +182,4 @@ service BotAccountReceiverService {
rpc RotateApiKey(GetApiKeyRequest) returns (ApiKey);
rpc DeleteApiKey(GetApiKeyRequest) returns (DeleteApiKeyResponse);
}