MCPcopy Create free account
hub / github.com/TechifyBots/Rename-Bot / see_caption

Function see_caption

plugins/start_and_cb.py:111–117  ·  view source on GitHub ↗
(client, message)

Source from the content-addressed store, hash-verified

109
110@Client.on_message(filters.private & filters.command('seecaption'))
111async def see_caption(client, message):
112 rkn = await message.reply_text("__**ᴘʟᴇᴀsᴇ ᴡᴀɪᴛ**__")
113 caption = await digital_botz.get_caption(message.from_user.id)
114 if caption:
115 await rkn.edit(f"**Yᴏᴜ'ʀᴇ Cᴀᴩᴛɪᴏɴ:-**\n\n`{caption}`")
116 else:
117 await rkn.edit("__**😔 Yᴏᴜ Dᴏɴ'ᴛ Hᴀᴠᴇ Aɴy Cᴀᴩᴛɪᴏɴ**__")
118
119@Client.on_message(filters.private & filters.command('viewthumb'))
120async def viewthumb(client, message):

Callers

nothing calls this directly

Calls 1

get_captionMethod · 0.80

Tested by

no test coverage detected