Class TdApi.ComposeRichMessageWithAi

Enclosing class:
TdApi

public static class TdApi.ComposeRichMessageWithAi extends TdApi.Function<TdApi.RichMessage>
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

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Pass true to add emoji to the text.
    static final int
    Identifier uniquely determining type of the object.
    Custom prompt that will be used instead of styleName; 0-getOption("text_composition_style_prompt_length_max") characters.
    The original message.
    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.
    Pass a language code to which the text will be translated; pass an empty string if translation isn't needed.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which changes a rich message using an AI model.
    ComposeRichMessageWithAi(TdApi.InputRichMessage message, String translateToLanguageCode, String styleName, String customPrompt, boolean addEmojis)
    Creates a function, which changes a rich message using an AI model.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • message

      public TdApi.InputRichMessage message
      The original message.
    • translateToLanguageCode

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

      public String styleName
      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.
    • customPrompt

      public String customPrompt
      Custom prompt that will be used instead of styleName; 0-getOption("text_composition_style_prompt_length_max") characters.
    • addEmojis

      public boolean addEmojis
      Pass true to add emoji to the text.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ComposeRichMessageWithAi

      public ComposeRichMessageWithAi()
      Default constructor for a function, which 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

    • ComposeRichMessageWithAi

      public ComposeRichMessageWithAi(TdApi.InputRichMessage message, String translateToLanguageCode, String styleName, String customPrompt, boolean addEmojis)
      Creates a function, which 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

      Parameters:
      message - The original message.
      translateToLanguageCode - Pass a language code to which the text will be translated; pass an empty string if translation isn't needed. See translateText.toLanguageCode for the list of supported values.
      styleName - 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.
      customPrompt - Custom prompt that will be used instead of styleName; 0-getOption("text_composition_style_prompt_length_max") characters.
      addEmojis - Pass true to add emoji to the text.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR