Constructor: aiComposeTone
Attributes:
| Name | Type | Required |
|---|---|---|
| creator | Bool | Optional |
| id | long | Yes |
| access_hash | long | Yes |
| slug | string | Yes |
| title | string | Yes |
| emoji_id | long | Optional |
| prompt | string | Optional |
| installs_count | int | Optional |
| author_id | long | Optional |
| example_english | AiComposeToneExample | Optional |
Type: AiComposeTone
Example:
$aiComposeTone = ['_' => 'aiComposeTone', 'creator' => Bool, 'id' => long, 'access_hash' => long, 'slug' => 'string', 'title' => 'string', 'emoji_id' => long, 'prompt' => 'string', 'installs_count' => int, 'author_id' => long, 'example_english' => AiComposeToneExample];