Results 13 comments of Phat Tran

I have the same issue with this one when using `bot.telegram.sendPhoto` and `bot.telegram.sendMediaGroup` ![88Capture](https://github.com/telegraf/telegraf/assets/6443154/3bc6bd6f-2d64-46bc-b5aa-ae0411e402a5) ![99Capture](https://github.com/telegraf/telegraf/assets/6443154/ecb72a8d-39f4-4561-aab9-d7c9b793814e)

> 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` ![888](https://github.com/telegraf/telegraf/assets/6443154/ad51ec8e-ef12-4306-980a-6d473928d937)...