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: