Telegram – convert PIL.Image to IOBase class
I have a bot that creates a qr code and I want it to send qr code to the user without saving it to the hard drive I create qr code like this: import qrcode qr_code_img = qrcode.make('some data') #…
I have a bot that creates a qr code and I want it to send qr code to the user without saving it to the hard drive I create qr code like this: import qrcode qr_code_img = qrcode.make('some data') #…