Skip to content

composeTextWithAi

Function · TDLib 1.8.67 · d1085f9c

Changes text using an AI model; must not be used in secret chats. May return an error with a message "AICOMPOSE_FLOOD_PREMIUM" if Telegram Premium is required to send further requests

composeTextWithAi(
  text: FormattedText,
  translate_to_language_code: string,
  style_name: string,
  add_emojis: Bool
) → FormattedText

text

FormattedText

The original text

translate_to_language_code

string

Pass a language code to which the text will be translated; pass an empty string if translation isn't needed. See translateText.to_language_code for the list of supported values

style_name

string

Name of the style of the resulted text; handle updateTextCompositionStyles to get the list of supported styles; pass an empty string to keep the current style of the text

add_emojis

Bool

Pass true to add emoji to the text