In particular CSteamNotification_NotificationsReceived_Notification.
If you search for notification_type in Steam client javascripts, you can find test functions that include body_data json strings, but for the lib it would be enough to just parse the json.
https://github.com/SteamDatabase/Protobufs/blob/master/steam/steammessages_notifications.steamclient.proto
In particular
CSteamNotification_NotificationsReceived_Notification
.If you search for
notification_type
in Steam client javascripts, you can find test functions that includebody_data
json strings, but for the lib it would be enough to just parse the json.Example code here: https://github.com/xPaw/Steam-Card-Farmer/blob/115f8ea3201d71321a9fde4b6ef67d33d8eea933/index.mjs#L582