logo
Electrogram Docs
InlineQueryPeerType
Initializing search
    Electrogram
    • Introduction
    • Getting Started
    • API Reference
    • Topic Guides
    • Meta
    • Telegram Raw API
    Electrogram
      • Quick Start
      • Install Guide
      • Project Setup
      • Authorization
      • Invoking Methods
      • Handling Updates
      • Error Handling
      • Examples
      • Electrogram Client
      • Available Methods
      • Available Types
      • Bound Methods
      • Enumerations
      • Update Handlers
      • Decorators
      • RPC Errors
      • Update Filters
      • Using Filters
      • Creating Filters
      • More on Updates
      • Client Settings
      • 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 Electrogram
      • Raw Functions
      • Raw Types
      • Raw Base

    InlineQueryPeerType

    class pyrogram.raw.base.InlineQueryPeerType

    Inline query peer type.

    Constructors:

    This base type has 6 constructors available.

    InlineQueryPeerTypeBotPM

    Peer type: private chat with a bot.

    InlineQueryPeerTypeBroadcast

    Peer type: channel

    InlineQueryPeerTypeChat

    Peer type: chat

    InlineQueryPeerTypeMegagroup

    Peer type: supergroup

    InlineQueryPeerTypePM

    Peer type: private chat

    InlineQueryPeerTypeSameBotPM

    Peer type: private chat with the bot itself

    Back to top
    Previous InlineBotWebView
    Next InputAppEvent