Layer 228
constructor
textDiff#9686cb50 text:RichText old_text:RichText = RichText;

Parameters

Name Type Description
Text RichText
OldText RichText

Returns

RichText

Gogram Example

// Creating TextDiff constructor
obj := &tg.TextDiff{
    Text: &tg.TextAnchor{},
    OldText: &tg.TextAnchor{},
}