- API ›
- Constructors ›
- InputAppEvent
InputAppEvent
---types--- inputAppEvent#1d1b1245 time:double type:string peer:long data:JSONValue = InputAppEvent
Belongs to
| InputAppEvent |
In Rust this constructor is a variant of the enums::InputAppEvent enum.
Match on it with: if let enums::InputAppEvent::InputAppEvent(v) = result { ... }