szastupov / aiotg

Asynchronous Python library for building Telegram bots
MIT License
381 stars 44 forks source link

add chat.send_media_group #64

Closed xAlexo closed 6 years ago

szastupov commented 6 years ago

Looks good, thanks! The only thing I would request to change is to use **options form instead of options=None, mostly for consistency with other methods.

xAlexo commented 6 years ago

Done

szastupov commented 6 years ago

Merged, thanks!