mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
595 B
595 B
title | description | nav_exclude | image |
---|---|---|---|
peerChannel | Channel/supergroup | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: peerChannel
Channel/supergroup
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | Channel ID |
Type: Peer
Example:
$peerChannel = ['_' => 'peerChannel', 'channel_id' => long];