- API ›
- Constructors ›
- UpdateDcOptions
UpdateDcOptions
---types--- updateDcOptions#8e5e9873 dc_options:Vector<DcOption> = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateDcOptions(v) = result { ... }