MCPcopy Create free account
hub / github.com/VJBots/VJ-Forward-Bot / extra_buttons

Function extra_buttons

plugins/settings.py:468–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466# Ask Doubt on telegram @KingVJ01
467
468def extra_buttons():
469 buttons = [[
470 InlineKeyboardButton('💾 Mɪɴ Sɪᴢᴇ Lɪᴍɪᴛ',
471 callback_data=f'settings#file_size')
472 ],[
473 InlineKeyboardButton('💾 Mᴀx Sɪᴢᴇ Lɪᴍɪᴛ',
474 callback_data=f'settings#maxfile_size ')
475 ],[
476 InlineKeyboardButton('🚥 Keywords',
477 callback_data=f'settings#get_keyword'),
478 InlineKeyboardButton('🕹 Extensions',
479 callback_data=f'settings#get_extension')
480 ],[
481 InlineKeyboardButton('⫷ Bᴀᴄᴋ',
482 callback_data=f'settings#main')
483 ]]
484 return InlineKeyboardMarkup(buttons)
485
486# Don't Remove Credit Tg - @VJ_Botz
487# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ

Callers 1

settings_queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected