Update to latest proto definitions from SteamDatabase/Protobufs

From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
TBK 2025-10-18 20:00:55 +02:00 committed by Robin Appelman
commit 8ce47e5e16
127 changed files with 40662 additions and 28630 deletions

View file

@ -122,6 +122,11 @@ message CMsgClientPersonaState {
optional string value = 2;
}
message OtherGameData {
optional uint64 gameid = 1;
repeated .CMsgClientPersonaState.Friend.KV rich_presence = 2;
}
optional fixed64 friendid = 1;
optional uint32 persona_state = 2;
optional uint32 game_played_app_id = 3;
@ -154,6 +159,8 @@ message CMsgClientPersonaState {
optional bool player_name_pending_review = 79;
optional bool avatar_pending_review = 80;
optional bool on_steam_deck = 81;
repeated .CMsgClientPersonaState.Friend.OtherGameData other_game_data = 82;
optional uint32 gaming_device_type = 83;
}
optional uint32 status_flags = 1;