1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 05:07:19 +01:00
MadelineProto/docs/API_docs/constructors/inputPeerChat.md
2016-12-30 23:21:36 +03:00

435 B

title description
inputPeerChat inputPeerChat attributes, type and example

Constructor: inputPeerChat

Back to constructors index

Attributes:

Name Type Required
chat_id int Required

Type: InputPeer

Example:

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