Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@TheSnowfield TheSnowfield released this 26 Mar 03:29
· 106 commits to main since this release
d606be4

Stable build

This update brings breaking changes:

  • SourceInfo -> MesageStruct

If your code using this similar situation
You will print the Type of the MessageStruct.

Console.WriteLine(e.Message);

Please change to

Console.WriteLine(e.Message.Chain);
Console.WriteLine(e.Chain);

New events

  • GroupKickMemberEvent
  • GroupPromoteAdminEvent

New APIs

  • SendGroupMessage(uint groupUin, string message)
  • SendGroupMessage(uint groupUin, params BaseChain[] chains)
  • SendFriendMessage(uint friendUin, string message)
  • SendFriendMessage(uint friendUin, params BaseChain[] chains)

Send friend messages now available but only text.
ReplyChain is now available in the groups.