mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
751 B
751 B
title | description | nav_exclude | image |
---|---|---|---|
requestedPeerChat | requestedPeerChat attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: requestedPeerChat
Attributes:
Name | Type | Required |
---|---|---|
chat_id | long | Yes |
title | string | Optional |
photo | Photo | Optional |
Type: RequestedPeer
Example:
$requestedPeerChat = ['_' => 'requestedPeerChat', 'chat_id' => long, 'title' => 'string', 'photo' => Photo];