haskell-tdlib-2.1.23.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.ComposeRichMessageWithAi

Synopsis

Documentation

data ComposeRichMessageWithAi Source #

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. Returns RichMessage

Constructors

ComposeRichMessageWithAi 

Fields

  • message :: Maybe InputRichMessage

    The original message

  • translate_to_language_code :: Maybe Text

    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 :: Maybe Text

    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 :: Maybe Text

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

  • add_emojis :: Maybe Bool

    Pass true to add emoji to the text