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

TD.Query.CreateTextCompositionStyle

Synopsis

Documentation

data CreateTextCompositionStyle Source #

Creates a custom text composition style. May return an error with a message TONES_SAVED_TOO_MANY if the maximum number of added custom styles has been reached. Returns TextCompositionStyle

Constructors

CreateTextCompositionStyle 

Fields

  • title :: Maybe Text

    Title of the style; 1-getOption("text_composition_style_title_length_max") characters

  • custom_emoji_id :: Maybe Int

    Identifier of the custom emoji corresponding to the style

  • prompt :: Maybe Text

    Prompt that will be used for text composition; 1-getOption("text_composition_style_prompt_length_max") characters

  • show_creator :: Maybe Bool

    Pass true if the current user must be shown as the creator of the style