- API ›
- Constructors ›
- InputPeerChannelFromMessage
InputPeerChannelFromMessage
---types--- inputPeerChannelFromMessage#bd2a0840 peer:InputPeer msg_id:int channel_id: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::InputPeerChannelFromMessage(v) = result { ... }