Layer 224
FolderPeerObj
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 FolderPeerObj constructor obj := &tg.FolderPeerObj{ Peer: &tg.Peer{}, FolderId: 42, }