mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
654 B
654 B
title | description | nav_exclude | image |
---|---|---|---|
inputPeerChat | Defines a chat for further interaction. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPeerChat
Defines a chat for further interaction.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Chat identifier |
Type: InputPeer
Example:
$inputPeerChat = ['_' => 'inputPeerChat', 'chat_id' => long];