const github.com/gotd/td/tg.UpdateConfigTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L564: u.handlers[UpdateConfigTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L309: UpdateConfigTypeID: "updateConfig#a229dd06",
tl_registry_gen.go#L2091: "updateConfig": UpdateConfigTypeID,
tl_registry_gen.go#L3873: UpdateConfigTypeID: func() bin.Object { return &UpdateConfig{} },
tl_registry_gen.go#L6570: UpdateConfigTypeID,
tl_update_gen.go#L9640: const UpdateConfigTypeID = 0xa229dd06
tl_update_gen.go#L9676: return UpdateConfigTypeID
tl_update_gen.go#L9688: ID: UpdateConfigTypeID,
tl_update_gen.go#L9703: b.PutID(UpdateConfigTypeID)
tl_update_gen.go#L9720: if err := b.ConsumeID(UpdateConfigTypeID); err != nil {
tl_update_gen.go#L25264: case UpdateConfigTypeID:
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. |