Link Search Menu Expand Document

Constructor: aiComposeTone

Back to constructors index

Attributes:

NameTypeRequired
creatorBoolOptional
idlongYes
access_hashlongYes
slugstringYes
titlestringYes
emoji_idlongOptional
promptstringOptional
installs_countintOptional
author_idlongOptional
example_englishAiComposeToneExampleOptional

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];