messages.TranslatedText

class pyrogram.raw.base.messages.TranslatedText

Translated text with entities.

Constructors:

This base type has 1 constructor available.

messages.TranslateResult

Translated text with entities

Functions:

This object can be returned by 1 function.

messages.TranslateText

Translate a given text.

TL Schema


Parameter Tree

TranslatedText
└── resultVector < TextWithEntities >

Example