github.com/gotd/td/tg.ContactsFound.Results (field)
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_found_gen.go#L42: Results []PeerClass
tl_contacts_found_gen.go#L67: if !(f.Results == nil) {
tl_contacts_found_gen.go#L97: f.Results = from.GetResults()
tl_contacts_found_gen.go#L168: b.PutVectorHeader(len(f.Results))
tl_contacts_found_gen.go#L169: for idx, v := range f.Results {
tl_contacts_found_gen.go#L238: f.Results = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_found_gen.go#L245: f.Results = append(f.Results, value)
tl_contacts_found_gen.go#L298: return f.Results
tl_contacts_found_gen.go#L324: return PeerClassArray(f.Results)
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. |