Phat Tran
Phat Tran
I have the same issue with this one when using `bot.telegram.sendPhoto` and `bot.telegram.sendMediaGroup`  
> Look at `attachFormValue` of client.ts, it did't process the situation of `typeof value === 'object'` but value have no `media` or `type` props (is not a attachment media) >...
Before the fix merge to the Library. Currently I'm temporary fix it by replace the file `client.js` by the file included the fixing and added it in the `postinstall` ...