TLTextExternalContent
Extends TLBaseExternalContent.
interface TLTextExternalContent extends TLBaseExternalContent {}Properties
html
optional
html?: string;point
optional
point?: VecLike;sources
optional
sources?: TLExternalContentSource[];text
text: string;type
type: "text";Prev
TLSvgTextExternalContentNext
TLTextExternalContentSource