- API ›
- Constructors ›
- InputChannelFromMessage
InputChannelFromMessage
---types--- inputChannelFromMessage#5b934f9d peer:InputPeer msg_id:int channel_id: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::InputChannelFromMessage(v) = result { ... }