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:
parent
674b23d98c
commit
2e83a5aa83
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user