Supported Reply (ForwardEntity)

This commit is contained in:
Linwenxuan05 2023-08-24 06:20:51 +08:00
parent b978dc5f63
commit 199b3d4ecc
2 changed files with 9 additions and 1 deletions

View file

@ -38,6 +38,14 @@ public sealed class MessageBuilder
return this;
}
public MessageBuilder Forward(MessageChain target)
{
var forwardEntity = new ForwardEntity(target);
_chain.Add(forwardEntity);
return this;
}
public MessageChain Build() => _chain;
}

View file

@ -22,7 +22,7 @@ An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
| | | | | Forward | 🟡 | Set Admin | 🟢 | GroupMemberDecrease | 🟢 |
| | | | | Video | 🔴 | Friend Request | 🔴 | GroupMemberIncrease | 🟢 |
| | | | | ~~Flash Image~~ | 🔴 | Group Request | 🔴 | GroupPromoteAdmin | 🟢 |
| | | | | Reply | 🟡 | ~~Voice Call~~ | 🔴 | GroupInvite | 🟢 |
| | | | | Reply | 🟢 | ~~Voice Call~~ | 🔴 | GroupInvite | 🟢 |
| | | | | File | 🟡 | Csrf Token | 🔴 | GroupRequestJoin | 🔴 |
| | | | | | | Cookies | 🟢 | FriendRequest | 🔴 |
| | | | | | | Send Message | 🟢 | ~~FriendTyping~~ | 🔴 |