mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
559 B
559 B
title | description | nav_exclude | image |
---|---|---|---|
peerChat | Group. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: peerChat
Group.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Group identifier |
Type: Peer
Example:
$peerChat = ['_' => 'peerChat', 'chat_id' => long];