- API ›
- Constructors ›
- InputFolderPeer
InputFolderPeer
---types--- inputFolderPeer#fbd2c296 peer:InputPeer folder_id:int = InputFolderPeer
Belongs to
| InputFolderPeer |
In Rust this constructor is a variant of the enums::InputFolderPeer enum.
Match on it with: if let enums::InputFolderPeer::InputFolderPeer(v) = result { ... }