MadelineProtoDocs/old_docs/API_docs_v66/constructors/peerChat.md

572 B

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

Constructor: peerChat

Back to constructors index

Group.

Attributes:

Name Type Required Description
chat_id int Yes Group identifier

Type: Peer

Example:

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

Or, if you're into Lua:

peerChat={_='peerChat', chat_id=int}