mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
parent
d936a6049b
commit
9946f23749
127 changed files with 40662 additions and 28630 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue