Layer 220
Type

Gogram Example

// RichText is an interface type
// You can use any of the following constructors:
var _ tg.RichText = &tg.TextEmpty{}
var _ tg.RichText = &tg.TextPlain{}
var _ tg.RichText = &tg.TextBold{}
var _ tg.RichText = &tg.TextItalic{}
var _ tg.RichText = &tg.TextUnderline{}
// ... and 11 more constructors