MadelineProtoDocs/docs/API_docs/constructors/inputPeerChat.md

609 B

title description image
inputPeerChat Peer chat https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPeerChat

Back to constructors index

Peer chat

Attributes:

Name Type Required Description
chat_id int Yes Chat ID

Type: InputPeer

Example:

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

Or, if you're into Lua:

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