Skip to content

translateRichMessage

Function · TDLib 1.8.67 · d1085f9c

Translates a rich message to the given language

translateRichMessage(
  message: InputRichMessage,
  to_language_code: string,
  tone: string
) → RichMessage

message

InputRichMessage

Rich message to translate

to_language_code

string

Language code of the language to which the message is translated. See translateText.to_language_code for the list of supported values

tone

string

Tone of the translation; see translateText.tone for the list of supported values