1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-19 08:31:36 +01:00
2017-02-12 20:32:28 +03:00

404 B

title description
peerChat peerChat attributes, type and example

Constructor: peerChat

Back to constructors index

Attributes:

Name Type Required
chat_id int Required

Type: Peer

Example:

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