Layer 220
UpdateDcOptions
Changes in the data center configuration options.
constructor
updateDcOptions#8e5e9873 dc_options:Vector<DcOption> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| DcOptions | Vector<DcOption> | New connection options |
Returns
UpdateGogram Example
// Creating UpdateDcOptions constructor obj := &tg.UpdateDcOptions{ DcOptions: []tg.DcOption{&tg.DcOption{}}, }