SteamKit 2.4.1
- Fixed PersonaStateCallback nullability annotations. (#1067)
- Fixed SteamUnifiedMessages sending invalid notifications. (#1075)
BREAKING CHANGES:
- SteamUnifiedMessages.SendMessage(..., isNotification: true) will now return null rather than an AsyncJob, as notifications do not have job semantics. This method is obsolete and SendNotification(...) should be used instead. (#1075)