mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
834 B
834 B
title | description | nav_exclude | image |
---|---|---|---|
inputFolderPeer | Peer in a folder | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputFolderPeer
Peer in a folder
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | Username, chat ID, Update, Message or InputPeer | Optional | Peer |
folder_id | int | Yes | Peer folder ID, for more info click here |
Type: InputFolderPeer
Example:
$inputFolderPeer = ['_' => 'inputFolderPeer', 'peer' => InputPeer, 'folder_id' => int];