- API ›
- Constructors ›
- InputWebFileAudioAlbumThumbLocation
InputWebFileAudioAlbumThumbLocation
---types--- inputWebFileAudioAlbumThumbLocation#f46fe924 small:flags.2?true document:flags.0?InputDocument title:flags.1?string performer:flags.1?string = InputWebFileLocation
Belongs to
| InputWebFileLocation |
In Rust this constructor is a variant of the enums::InputWebFileLocation enum.
Match on it with: if let enums::InputWebFileLocation::InputWebFileAudioAlbumThumbLocation(v) = result { ... }
Parameters
| small | true | optional |
| document | InputDocument | optional |
| title | string | optional |
| performer | string | optional |
Used by
| GetWebFile |