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

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

Back to constructors index

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];