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 »
  • PageListItemBlocks
  • View on GitHub

PageListItemBlocks¶

class pyrogram.api.types.PageListItemBlocks(blocks: list)¶
ID¶

0x25e073fc

Parameters:blocks – List of either PageBlockUnsupported, PageBlockTitle, PageBlockSubtitle, PageBlockAuthorDate, PageBlockHeader, PageBlockSubheader, PageBlockParagraph, PageBlockPreformatted, PageBlockFooter, PageBlockDivider, PageBlockAnchor, PageBlockList, PageBlockBlockquote, PageBlockPullquote, PageBlockPhoto, PageBlockVideo, PageBlockCover, PageBlockEmbed, PageBlockEmbedPost, PageBlockCollage, PageBlockSlideshow, PageBlockChannel, PageBlockAudio, PageBlockKicker, PageBlockTable, PageBlockOrderedList, PageBlockDetails, PageBlockRelatedArticles or PageBlockMap
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.