Skip to content

composeRichMessageWithAi

Function · TDLib 1.8.67 · d1085f9c

Changes a rich message using an AI model. May return an error with a message "AICOMPOSE_FLOOD_PREMIUM" if Telegram Premium is required to send further requests

composeRichMessageWithAi(
  message: InputRichMessage,
  translate_to_language_code: string,
  style_name: string,
  custom_prompt: string,
  add_emojis: Bool
) → RichMessage

message

InputRichMessage

The original message

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 or if a custom prompt is used

custom_prompt

string

Custom prompt that will be used instead of style_name; 0-getOption("text_composition_style_prompt_length_max") characters

add_emojis

Bool

Pass true to add emoji to the text