Layer 220
FolderPeer
Peer in a folder
constructor
folderPeer#e9baa668 peer:Peer folder_id:int = FolderPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | Folder peer info |
| FolderId | int | Peer folder ID, for more info click here |
Returns
FolderPeerGogram Example
// Creating FolderPeer constructor obj := &tg.FolderPeer{ Peer: &tg.Peer{}, FolderId: 0, }