2.4.6 #57
SinoAHpx
announced in
Announcements
2.4.6
#57
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
加入了什么?
SubscribeGroupMessage(Async)
,SubscribeFriendMessage(Async)
四个IObservable<MessageReceiverBase>
的拓展方法,比如,现在无需使用bot.MessageReceived.OfType<GroupMessageReceiver>.Subscribe
而是直接使用bot.MessageReceived.SubscribeGroupMessageAsync
string
也可以直接隐式转化为MessageChain
了ForwardMessage
添加了静态方法FromChains
来更加方便地构造一条转发消息 [FEATURE]Need a tool to build forwardmessage 需要构建合并转发消息的工具 #47修复了什么
This discussion was created from the release 2.4.6.
Beta Was this translation helpful? Give feedback.
All reactions