Forgot about meta

pull/4/head
Guillermo Rodriguez 2023-01-16 00:38:06 -03:00
parent e916188b93
commit 67286bfa23
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
1 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ async def run_skynet_telegram(
await bot.send_photo( await bot.send_photo(
message.chat.id, message.chat.id,
caption=prepare_metainfo_caption(meta), caption=prepare_metainfo_caption(result['meta']['meta']),
photo=img, photo=img,
reply_to_message_id=message.id reply_to_message_id=message.id
) )
@ -163,7 +163,7 @@ async def run_skynet_telegram(
await bot.send_photo( await bot.send_photo(
message.chat.id, message.chat.id,
caption=prepare_metainfo_caption(meta), caption=prepare_metainfo_caption(result['meta']['meta']),
photo=img, photo=img,
reply_to_message_id=message.id reply_to_message_id=message.id
) )
@ -192,7 +192,7 @@ async def run_skynet_telegram(
await bot.send_photo( await bot.send_photo(
message.chat.id, message.chat.id,
caption=prepare_metainfo_caption(meta), caption=prepare_metainfo_caption(result['meta']['meta']),
photo=img, photo=img,
reply_to_message_id=message.id reply_to_message_id=message.id
) )