KurimuzonAkuma / pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
https://pyrogram.org
GNU Lesser General Public License v3.0
358 stars 96 forks source link

fix send_media_group #87

Closed gautamajay52 closed 2 months ago

gautamajay52 commented 2 months ago

when passing caption and caption_entities instead of parse_mode

barsikus007 commented 2 months ago

you can also try to fix same wrong function calls from my old pyrogram's PR https://github.com/pyrogram/pyrogram/pull/1253

barsikus007 commented 1 month ago

you can also try to fix same wrong function calls from my old pyrogram's PR pyrogram#1253

done https://github.com/KurimuzonAkuma/pyrogram/pull/96