mirror of
https://github.com/Nick80835/microbot
synced 2025-08-31 22:46:01 +00:00
enable gallery for inline photos
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user