CodeSettings
---types---
codeSettings#ad253d78 allow_flashcall:flags.0?true current_number:flags.1?true allow_app_hash:flags.4?true allow_missed_call:flags.5?true allow_firebase:flags.7?true unknown_number:flags.9?true logout_tokens:flags.6?Vector<bytes> token:flags.8?string app_sandbox:flags.8?Bool = CodeSettings
Belongs to
In Rust this constructor is a variant of the enums::CodeSettings enum.
Match on it with: if let enums::CodeSettings::CodeSettings(v) = result { ... }
Parameters
| allow_flashcall | true | optional |
| current_number | true | optional |
| allow_app_hash | true | optional |
| allow_missed_call | true | optional |
| allow_firebase | true | optional |
| unknown_number | true | optional |
| logout_tokens | Vector<bytes> | optional |
| token | string | optional |
| app_sandbox | Bool | optional |
Used by