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

559 B

title description nav_exclude image
peerChat Group. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: peerChat

Back to constructors index

Group.

Attributes:

Name Type Required Description
chat_id long Yes Group identifier

Type: Peer

Example:

$peerChat = ['_' => 'peerChat', 'chat_id' => long];