github.com/gotd/td/tg.TextConcat.Texts (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_gen.go#L1338: 	Texts []RichTextClass
		tl_rich_text_gen.go#L1361: 	if !(t.Texts == nil) {
		tl_rich_text_gen.go#L1381: 	t.Texts = from.GetTexts()
		tl_rich_text_gen.go#L1429: 	b.PutVectorHeader(len(t.Texts))
		tl_rich_text_gen.go#L1430: 	for idx, v := range t.Texts {
		tl_rich_text_gen.go#L1464: 			t.Texts = make([]RichTextClass, 0, headerLen%bin.PreallocateLimit)
		tl_rich_text_gen.go#L1471: 			t.Texts = append(t.Texts, value)
		tl_rich_text_gen.go#L1482: 	return t.Texts
		tl_rich_text_gen.go#L1487: 	return RichTextClassArray(t.Texts)