How to import and use dll x64

Hello
I want to use dll(64 bit) file in phBot plugin, is there any way to do this.
Thanks

No.

You can import 32-bit Python modules but the bot will not load a DLL and it is not possible to load a 64-bit DLL into a 32-bit process.

so can i use 32 bit dll for phbot plugin?

No. You can install a Python module which is a DLL and import that. aka requests or numpy.