@SinceMirai("0.29.0") fun ContactMessage.isContextIdenticalWith(another: ContactMessage): Boolean
判断两个 MessagePacket 的 MessagePacket.sender 和 MessagePacket.subject 是否相同
@PlannedRemoval("1.0.0") fun MessagePacket<*, *>.isContextIdenticalWith(another: MessagePacket<*, *>): Boolean