randydev's picture
fix revert back and update
21bc372
raw
history blame contribute delete
313 Bytes
from pyrogram.types import InlineKeyboardButton, WebAppInfo
class Data:
text_help_menu = (
"**Command List & Help**"
.replace(",", "")
.replace("[", "")
.replace("]", "")
.replace("'", "")
)
reopen = [[InlineKeyboardButton("Re-Open", callback_data="reopen")]]