logo
Electrogram Docs
BusinessChatLink
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

    BusinessChatLink

    class pyrogram.raw.types.BusinessChatLink

    {schema}

    Constructor of BusinessChatLink.

    Details:
    • Layer: 196

    • ID: B4AE666F

    Parameters:
    • link (str)

    • message (str)

    • views (int 32-bit)

    • entities (List of MessageEntity, optional) – Message entities for styled text

    • title (str, optional)

    Functions:

    This object can be returned by 2 functions.

    account.CreateBusinessChatLink

    {schema}

    account.EditBusinessChatLink

    {schema}

    Back to top
    Previous BusinessBotRecipients
    Next BusinessGreetingMessage