- API ›
- Constructors ›
- InputGroupCallStream
InputGroupCallStream
---types--- inputGroupCallStream#0598a92a call:InputGroupCall time_ms:long scale:int video_channel:flags.0?int video_quality:flags.0?int = InputFileLocation
Belongs to
| InputFileLocation |
In Rust this constructor is a variant of the enums::InputFileLocation enum.
Match on it with: if let enums::InputFileLocation::InputGroupCallStream(v) = result { ... }
Parameters
| call | InputGroupCall | required |
| time_ms | long | required |
| scale | int | required |
| video_channel | int | optional |
| video_quality | int | optional |
Used by
| GetFile |
| GetFileHashes |