- API ›
- Constructors ›
- AiComposeTone
AiComposeTone
---types--- aiComposeTone#cff63ea9 creator:flags.0?true id:long access_hash:long slug:string title:string emoji_id:flags.1?long prompt:flags.4?string installs_count:flags.2?int author_id:flags.3?long example_english:flags.5?AiComposeToneExample = AiComposeTone
Belongs to
| AiComposeTone |
In Rust this constructor is a variant of the enums::AiComposeTone enum.
Match on it with: if let enums::AiComposeTone::AiComposeTone(v) = result { ... }