Skip to content

editTextCompositionStyle

Function · TDLib 1.8.67 · d1085f9c

Edits a custom text composition style that was created by the current user

editTextCompositionStyle(
  name: string,
  title: string,
  custom_emoji_id: int64,
  prompt: string,
  show_creator: Bool
) → TextCompositionStyle

name

string

Name of the style

title

string

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

custom_emoji_id

int64

Identifier of the custom emoji corresponding to the style

prompt

string

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

show_creator

Bool

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