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)