v0.5.4
Update Path
The set accessibility of the AuthTokenType
and AuthToken
properties in the KookRestApiClient
has been changed to
private. Modifying these properties directly in user code may result in framework runtime exceptions. If you need to log
in with a different authentication on the KOOK gateway, please re-login using LoginAsync
after calling LogoutAsync
.
Added
- Added
HasAnnualBuff
,IsSystemUser
, andNameplates
properties to theIUser
interface. - Added
BackgroundColor
property to theUserTag
. - Added support for parsing interactive emojis.
Changed
- Changed the set accessibility of the
AuthTokenType
andAuthToken
properties in theKookRestApiClient
to private.
Full Changelog: v0.5.3...v0.5.4