We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sisters.WudiLib/Sisters.WudiLib/Posts/Post.Message.cs
Line 28 in a903c39
is
sth is Message.PrivateType
The text was updated successfully, but these errors were encountered:
是这么用的
Sisters.WudiLib.Posts.Message someMsgCtx = ... if (someMsgCtx is Sisters.WudiLib.Posts.GroupMessage g) { // g.GroupId... }
Sorry, something went wrong.
No branches or pull requests
Sisters.WudiLib/Sisters.WudiLib/Posts/Post.Message.cs
Line 28 in a903c39
这里说不建议使用本属性判断类型 又说请使用
is
运算符进行判断 但是没有说该怎么判断 希望能补全文档(我猜测是想要
sth is Message.PrivateType
?)The text was updated successfully, but these errors were encountered: