github.com/gotd/td/tg.PhoneCallProtocol.LibraryVersions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_phone_call_protocol_gen.go#L62: LibraryVersions []string
tl_phone_call_protocol_gen.go#L95: if !(p.LibraryVersions == nil) {
tl_phone_call_protocol_gen.go#L123: p.LibraryVersions = from.GetLibraryVersions()
tl_phone_call_protocol_gen.go#L205: b.PutVectorHeader(len(p.LibraryVersions))
tl_phone_call_protocol_gen.go#L206: for _, v := range p.LibraryVersions {
tl_phone_call_protocol_gen.go#L256: p.LibraryVersions = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_phone_call_protocol_gen.go#L263: p.LibraryVersions = append(p.LibraryVersions, value)
tl_phone_call_protocol_gen.go#L328: return p.LibraryVersions
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. |