- API ›
- Constructors ›
- InputChannel
InputChannel
---types--- inputChannel#f35aec28 channel_id:long access_hash:long = InputChannel
Belongs to
| InputChannel |
In Rust this constructor is a variant of the enums::InputChannel enum.
Match on it with: if let enums::InputChannel::InputChannel(v) = result { ... }