const github.com/gotd/td/tg.UpdateStoryIDTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1254: u.handlers[UpdateStoryIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L378: UpdateStoryIDTypeID: "updateStoryID#1bf335b9",
tl_registry_gen.go#L2160: "updateStoryID": UpdateStoryIDTypeID,
tl_registry_gen.go#L3942: UpdateStoryIDTypeID: func() bin.Object { return &UpdateStoryID{} },
tl_registry_gen.go#L6639: UpdateStoryIDTypeID,
tl_update_gen.go#L23047: const UpdateStoryIDTypeID = 0x1bf335b9
tl_update_gen.go#L23098: return UpdateStoryIDTypeID
tl_update_gen.go#L23110: ID: UpdateStoryIDTypeID,
tl_update_gen.go#L23134: b.PutID(UpdateStoryIDTypeID)
tl_update_gen.go#L23153: if err := b.ConsumeID(UpdateStoryIDTypeID); err != nil {
tl_update_gen.go#L25747: case UpdateStoryIDTypeID:
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. |