github.com/gotd/td/tg.UsersGetUsersRequest.ID (field)
12 uses
github.com/gotd/td/tg (current package)
tl_contacts_delete_contacts_gen.go#L40: ID []InputUserClass
tl_contacts_delete_contacts_gen.go#L58: if !(d.ID == nil) {
tl_contacts_delete_contacts_gen.go#L78: d.ID = from.GetID()
tl_contacts_delete_contacts_gen.go#L126: b.PutVectorHeader(len(d.ID))
tl_contacts_delete_contacts_gen.go#L127: for idx, v := range d.ID {
tl_contacts_delete_contacts_gen.go#L161: d.ID = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_delete_contacts_gen.go#L168: d.ID = append(d.ID, value)
tl_contacts_delete_contacts_gen.go#L179: return d.ID
tl_contacts_delete_contacts_gen.go#L184: return InputUserClassArray(d.ID)
tl_contacts_delete_contacts_gen.go#L195: ID: id,
tl_server_gen.go#L2324: response, err := f(ctx, request.ID)
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. |