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