const github.com/gotd/td/tg.UpdateStoriesStealthModeTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1264: u.handlers[UpdateStoriesStealthModeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L379: UpdateStoriesStealthModeTypeID: "updateStoriesStealthMode#2c084dc1",
tl_registry_gen.go#L2161: "updateStoriesStealthMode": UpdateStoriesStealthModeTypeID,
tl_registry_gen.go#L3943: UpdateStoriesStealthModeTypeID: func() bin.Object { return &UpdateStoriesStealthMode{} },
tl_registry_gen.go#L6640: UpdateStoriesStealthModeTypeID,
tl_update_gen.go#L23213: const UpdateStoriesStealthModeTypeID = 0x2c084dc1
tl_update_gen.go#L23259: return UpdateStoriesStealthModeTypeID
tl_update_gen.go#L23271: ID: UpdateStoriesStealthModeTypeID,
tl_update_gen.go#L23291: b.PutID(UpdateStoriesStealthModeTypeID)
tl_update_gen.go#L23311: if err := b.ConsumeID(UpdateStoriesStealthModeTypeID); err != nil {
tl_update_gen.go#L25754: case UpdateStoriesStealthModeTypeID:
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. |