Skip to content

aicompose.updateTone

Layer 225

Constructor ID: 0x903bcf59
Returns: AiComposeTone

Parameters

NameTypeDescription
toneInputAiComposeTone
display_authorbool (flags.0, optional)
emoji_idint64 (flags.1, optional)
titlestring (flags.2, optional)
promptstring (flags.3, optional)

Example

go
result, err := client.Raw(&tg.UpdateToneRequest{
    tone: nil, // InputAiComposeTone
    display_author: false,
    emoji_id: 0,
    title: "",
    prompt: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.