github.com/gotd/td/tg.ContactsFound.MyResults (field)
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_found_gen.go#L40: MyResults []PeerClass
tl_contacts_found_gen.go#L64: if !(f.MyResults == nil) {
tl_contacts_found_gen.go#L96: f.MyResults = from.GetMyResults()
tl_contacts_found_gen.go#L159: b.PutVectorHeader(len(f.MyResults))
tl_contacts_found_gen.go#L160: for idx, v := range f.MyResults {
tl_contacts_found_gen.go#L221: f.MyResults = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_found_gen.go#L228: f.MyResults = append(f.MyResults, value)
tl_contacts_found_gen.go#L290: return f.MyResults
tl_contacts_found_gen.go#L319: return PeerClassArray(f.MyResults)
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. |