2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-30 05:58:23 +00:00

enable gallery for inline photos

This commit is contained in:
Nick80835 2020-05-25 14:38:53 -04:00
parent 674b23d98c
commit 2e83a5aa83

View File

@ -82,7 +82,7 @@ class CommandHandler():
return
try:
await event.answer([i for i in photos if i])
await event.answer([i for i in photos if i], gallery=True)
except:
pass