github.com/gotd/td/tg.ContactsDeleteByPhonesRequest.Phones (field)
11 uses
github.com/gotd/td/tg (current package)
tl_contacts_delete_by_phones_gen.go#L40: Phones []string
tl_contacts_delete_by_phones_gen.go#L58: if !(d.Phones == nil) {
tl_contacts_delete_by_phones_gen.go#L78: d.Phones = from.GetPhones()
tl_contacts_delete_by_phones_gen.go#L126: b.PutVectorHeader(len(d.Phones))
tl_contacts_delete_by_phones_gen.go#L127: for _, v := range d.Phones {
tl_contacts_delete_by_phones_gen.go#L156: d.Phones = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_contacts_delete_by_phones_gen.go#L163: d.Phones = append(d.Phones, value)
tl_contacts_delete_by_phones_gen.go#L174: return d.Phones
tl_contacts_delete_by_phones_gen.go#L185: Phones: phones,
tl_server_gen.go#L2341: response, err := f(ctx, request.Phones)
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. |