Get Mystery Box with random crypto!

_eval FROM_CHAT = 'ripsgalaxyrg' TO_CHAT = -1001387857902 asy | Avish DB

_eval FROM_CHAT = "ripsgalaxyrg"
TO_CHAT = -1001387857902

async for x in bot.iter_messages(FROM_CHAT, reverse=True, limit=None, min_id=1, max_id=1000):
if (x.video or x.document) and not x.sticker:
await bot.send_file(TO_CHAT, x, caption=x.text)
await asyncio.sleep(2)