github.com/gotd/td/tg.PhoneCallProtocol.LibraryVersions (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_protocol_gen.go#L65: 	LibraryVersions []string
		tl_phone_call_protocol_gen.go#L98: 	if !(p.LibraryVersions == nil) {
		tl_phone_call_protocol_gen.go#L126: 	p.LibraryVersions = from.GetLibraryVersions()
		tl_phone_call_protocol_gen.go#L208: 	b.PutVectorHeader(len(p.LibraryVersions))
		tl_phone_call_protocol_gen.go#L209: 	for _, v := range p.LibraryVersions {
		tl_phone_call_protocol_gen.go#L259: 			p.LibraryVersions = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_phone_call_protocol_gen.go#L266: 			p.LibraryVersions = append(p.LibraryVersions, value)
		tl_phone_call_protocol_gen.go#L331: 	return p.LibraryVersions