const github.com/gotd/td/tg.UpdateNewAuthorizationTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L194: u.handlers[UpdateNewAuthorizationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L272: UpdateNewAuthorizationTypeID: "updateNewAuthorization#8951abef",
tl_registry_gen.go#L2054: "updateNewAuthorization": UpdateNewAuthorizationTypeID,
tl_registry_gen.go#L3836: UpdateNewAuthorizationTypeID: func() bin.Object { return &UpdateNewAuthorization{} },
tl_registry_gen.go#L6533: UpdateNewAuthorizationTypeID,
tl_update_gen.go#L1552: const UpdateNewAuthorizationTypeID = 0x8951abef
tl_update_gen.go#L1630: return UpdateNewAuthorizationTypeID
tl_update_gen.go#L1642: ID: UpdateNewAuthorizationTypeID,
tl_update_gen.go#L1698: b.PutID(UpdateNewAuthorizationTypeID)
tl_update_gen.go#L1729: if err := b.ConsumeID(UpdateNewAuthorizationTypeID); err != nil {
tl_update_gen.go#L25005: case UpdateNewAuthorizationTypeID:
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. |