const github.com/gotd/td/tg.UpdatePrivacyTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L294: u.handlers[UpdatePrivacyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L282: UpdatePrivacyTypeID: "updatePrivacy#ee3b272a",
tl_registry_gen.go#L2064: "updatePrivacy": UpdatePrivacyTypeID,
tl_registry_gen.go#L3846: UpdatePrivacyTypeID: func() bin.Object { return &UpdatePrivacy{} },
tl_registry_gen.go#L6543: UpdatePrivacyTypeID,
tl_update_gen.go#L3681: const UpdatePrivacyTypeID = 0xee3b272a
tl_update_gen.go#L3732: return UpdatePrivacyTypeID
tl_update_gen.go#L3744: ID: UpdatePrivacyTypeID,
tl_update_gen.go#L3768: b.PutID(UpdatePrivacyTypeID)
tl_update_gen.go#L3800: if err := b.ConsumeID(UpdatePrivacyTypeID); err != nil {
tl_update_gen.go#L25075: case UpdatePrivacyTypeID:
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. |