github.com/gotd/td/tg.ContactsEditCloseFriendsRequest.ID (field)
11 uses
github.com/gotd/td/tg (current package)
tl_contacts_edit_close_friends_gen.go#L46: ID []int64
tl_contacts_edit_close_friends_gen.go#L64: if !(e.ID == nil) {
tl_contacts_edit_close_friends_gen.go#L84: e.ID = from.GetID()
tl_contacts_edit_close_friends_gen.go#L132: b.PutVectorHeader(len(e.ID))
tl_contacts_edit_close_friends_gen.go#L133: for _, v := range e.ID {
tl_contacts_edit_close_friends_gen.go#L162: e.ID = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_contacts_edit_close_friends_gen.go#L169: e.ID = append(e.ID, value)
tl_contacts_edit_close_friends_gen.go#L180: return e.ID
tl_contacts_edit_close_friends_gen.go#L194: ID: id,
tl_server_gen.go#L2671: 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. |