MadelineProtoDocs/docs/API_docs/constructors/requestedPeerChat.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];