Skip to content
Pyrofork Documentation
InlineKeyboardMarkup
Initializing search
    pyrofork
    • Introduction
    • Getting Started
    • API Reference
    • Topic Guides
    • Meta
    • Telegram Raw API
    pyrofork
      • Quick Start
      • Install Guide
      • Project Setup
      • Authorization
      • Invoking Methods
      • Handling Updates
      • Error Handling
      • Examples
      • Pyrofork Client
      • Available Methods
      • Available Types
        • Users & Chats
        • Messages & Media
        • Stories
        • Pyromod
        • Bot
        • Bot keyboards
          • ReplyKeyboardMarkup
          • KeyboardButton
          • ReplyKeyboardRemove
          • InlineKeyboardMarkup
            • Cpyrogram.types.InlineKeyboardMarkup
              • Parameters
          • InlineKeyboardButton
          • InlineKeyboardButtonBuy
          • RequestPeerTypeChannel
          • RequestPeerTypeChat
          • RequestPeerTypeUser
          • RequestedChats
          • RequestedChat
          • RequestedUser
          • LoginUrl
          • ForceReply
          • CallbackQuery
          • GameHighScore
          • CallbackGame
          • WebAppInfo
          • MenuButton
          • MenuButtonCommands
          • MenuButtonWebApp
          • MenuButtonDefault
          • SentWebAppMessage
        • Bot commands
        • Telegram Business
        • Input Media
        • Inline Mode
        • InputMessageContent
        • ShippingQuery
        • PreCheckoutQuery
        • Payment
        • Authorization
      • Bound Methods
      • Enumerations
      • Update Handlers
      • Decorators
      • RPC Errors
      • Update Filters
      • Using Filters
      • Creating Filters
      • More on Updates
      • Client Settings
      • Speedups
      • Text Formatting
      • Synchronous Usage
      • Smart Plugins
      • Storage Engines
      • Object Serialization
      • Proxy Settings
      • Scheduling Tasks
      • MTProto vs. Bot API
      • Debugging
      • Test Servers
      • Advanced Usage
      • Voice Calls
      • Frequently Asked Questions
      • Support Pyrofork
      • Raw Functions
      • Raw Types
      • Raw Base
    • Cpyrogram.types.InlineKeyboardMarkup
      • Parameters

    InlineKeyboardMarkup¶

    class pyrogram.types.InlineKeyboardMarkup¶

    An inline keyboard that appears right next to the message it belongs to.

    Parameters:¶

    inline_keyboard (List of List of InlineKeyboardButton | InlineKeyboardButtonBuy) – List of button rows, each represented by a List of InlineKeyboardButton objects. InlineKeyboardButtonBuy objects is only for send_invoice(). and only one needed in the first row.

    Back to top
    Previous ReplyKeyboardRemove
    Next InlineKeyboardButton
    Created using Sphinx 8.1.3. and Sphinx-Immaterial