Logo
version 0.11.0

Quick Start

  • Installation
    • Install Pyrogram
    • Bleeding Edge
    • Asynchronous
    • Verifying
  • Setup
    • API Keys
    • Configuration
    • User Authorization
    • Bot Authorization
  • Usage
    • High-level API

Resources

  • Update Handling
    • Registering an Handler
    • Using Decorators
    • Using add_handler()
  • Using Filters
    • Combining Filters
    • Advanced Filters
    • Custom Filters
      • Basic Filters
      • Filters with Arguments
  • More on Updates
    • Handler Groups
    • Update propagation
      • Stop Propagation
      • Continue Propagation
  • Configuration File
    • Introduction
    • The config.ini File
    • Configuration Sections
      • Pyrogram
      • Proxy
      • Plugins
  • Smart Plugins
    • Introduction
    • Using Smart Plugins
    • Specifying the Plugins to include
      • Examples
    • Load/Unload Plugins at Runtime
      • Unloading
      • Loading
  • Auto Authorization
    • Log In
    • Sign Up
  • Customize Sessions
    • Set Custom Values
    • Set Custom Languages
  • Fast Crypto
    • Installation
  • Text Formatting
    • Markdown Style
    • HTML Style
    • Examples
  • SOCKS5 Proxy
    • Usage
  • Bots Interaction
    • Inline Bots
  • Error Handling
    • Examples
  • Test Servers
    • Test Mode in Official Apps
    • Test Numbers
  • Advanced Usage
    • Telegram Raw API
    • Caveats
      • Chat IDs
    • Examples
  • Voice Calls
  • Changelog

Main Package

  • Pyrogram
    • Client
      • Utilities
      • Decorators
      • Messages
      • Chats
      • Users
      • Contacts
      • Password
      • Bots
    • Types
      • Users & Chats
      • Messages & Media
      • Bots
      • Input Media
    • Handlers
    • Filters
    • ChatAction
    • ParseMode
    • Error
      • 303 - See Other
      • 400 - Bad Request
      • 401 - Unauthorized
      • 403 - Forbidden
      • 406 - Not Acceptable
      • 420 - Flood
      • 500 - Internal Server Error
      • 520 - Unknown Error

Telegram API

  • Functions
  • Types
Pyrogram
  • Docs »
  • Types »
  • ExportedMessageLink
  • View on GitHub

ExportedMessageLink¶

class pyrogram.api.types.ExportedMessageLink(link: str, html: str)¶
ID¶

0x5dab1af4

Parameters:
  • link – str
  • html – str

See also

This object can be returned by channels.ExportMessageLink.

Next Previous

Pyrogram documentation © Copyright 2017-2019, Dan Tès

Licensed under the Creative Commons Attribution 4.0 International License

Built with Sphinx using a modified theme provided by Read the Docs.