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)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |