MadelineProtoDocs/docs/API_docs/constructors/pageBlockChannel.md
2024-05-01 14:53:46 +02:00

666 B

title description nav_exclude image
pageBlockChannel Reference to a telegram channel true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockChannel

Back to constructors index

Reference to a telegram channel

Attributes:

Name Type Required Description
channel Chat Optional The channel/supergroup/chat

Type: PageBlock

Example:

$pageBlockChannel = ['_' => 'pageBlockChannel', 'channel' => Chat];