add bot into ur group by pressing the button
This commit is contained in:
levina 2021-09-10 20:08:03 +07:00 committed by GitHub
parent 2ea66d9a0b
commit be509a4145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,9 @@ async def start(_, m: Message):
f"video chats easily.**\n\n❔ **To find out how to use me, please press the help button below** 👇🏻", f"video chats easily.**\n\n❔ **To find out how to use me, please press the help button below** 👇🏻",
reply_markup=InlineKeyboardMarkup( reply_markup=InlineKeyboardMarkup(
[[ [[
InlineKeyboardButton(
" Add me to your Group ", url=f"https://t.me/{BOT_USERNAME}?startgroup=true")
], [
InlineKeyboardButton( InlineKeyboardButton(
"❔ HOW TO USE THIS BOT", callback_data="cbguide") "❔ HOW TO USE THIS BOT", callback_data="cbguide")
], [ ], [