PageBlockMath

class pyrogram.raw.types.PageBlockMath

Telegram API type.

Constructor of PageBlock.

Details:
  • Layer: 227

  • ID: 59080C20

Parameters:

source (str) – N/A

TL Schema

pageBlockMath#59080c20
source:string

= PageBlock

Parameter Tree

PageBlockMath
└── sourcestring

Example

PageBlockMath(
    source="text",
)