mirror of
https://github.com/Nick80835/microbot
synced 2025-08-30 14:08:31 +00:00
enable gallery for inline photos
This commit is contained in:
@@ -82,7 +82,7 @@ class CommandHandler():
|
|||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await event.answer([i for i in photos if i])
|
await event.answer([i for i in photos if i], gallery=True)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user