674 B
674 B
title | description | image |
---|---|---|
peerChat | Peer chat | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: peerChat
Peer chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Chat ID |
Type: Peer
Example:
$peerChat = ['_' => 'peerChat', 'chat_id' => int];
PWRTelegram json-encoded version:
{"_": "peerChat", "chat_id": int}
Or, if you're into Lua:
peerChat={_='peerChat', chat_id=int}