const github.com/gotd/td/tg.UpdateContactsResetTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L704: u.handlers[UpdateContactsResetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L323: UpdateContactsResetTypeID: "updateContactsReset#7084a7be",
tl_registry_gen.go#L2105: "updateContactsReset": UpdateContactsResetTypeID,
tl_registry_gen.go#L3887: UpdateContactsResetTypeID: func() bin.Object { return &UpdateContactsReset{} },
tl_registry_gen.go#L6584: UpdateContactsResetTypeID,
tl_update_gen.go#L12265: const UpdateContactsResetTypeID = 0x7084a7be
tl_update_gen.go#L12301: return UpdateContactsResetTypeID
tl_update_gen.go#L12313: ID: UpdateContactsResetTypeID,
tl_update_gen.go#L12328: b.PutID(UpdateContactsResetTypeID)
tl_update_gen.go#L12345: if err := b.ConsumeID(UpdateContactsResetTypeID); err != nil {
tl_update_gen.go#L25362: case UpdateContactsResetTypeID:
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. |