github.com/gotd/td/tg.LangPackDifference.Strings (field)
10 uses
github.com/gotd/td/tg (current package)
tl_lang_pack_difference_gen.go#L46: Strings []LangPackStringClass
tl_lang_pack_difference_gen.go#L73: if !(l.Strings == nil) {
tl_lang_pack_difference_gen.go#L99: l.Strings = from.GetStrings()
tl_lang_pack_difference_gen.go#L162: b.PutVectorHeader(len(l.Strings))
tl_lang_pack_difference_gen.go#L163: for idx, v := range l.Strings {
tl_lang_pack_difference_gen.go#L218: l.Strings = make([]LangPackStringClass, 0, headerLen%bin.PreallocateLimit)
tl_lang_pack_difference_gen.go#L225: l.Strings = append(l.Strings, value)
tl_lang_pack_difference_gen.go#L260: return l.Strings
tl_lang_pack_difference_gen.go#L265: return LangPackStringClassArray(l.Strings)
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. |