const github.com/gotd/td/tg.UpdatesTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L396: 		UpdatesTypeID:                                            "updates#74ae4240",
		tl_registry_gen.go#L2178: 		"updates":                                            UpdatesTypeID,
		tl_registry_gen.go#L3960: 		UpdatesTypeID:                                            func() bin.Object { return &Updates{} },
		tl_registry_gen.go#L6659: 			UpdatesTypeID,
		tl_updates_gen.go#L2123: const UpdatesTypeID = 0x74ae4240
		tl_updates_gen.go#L2189: 	return UpdatesTypeID
		tl_updates_gen.go#L2201: 		ID:   UpdatesTypeID,
		tl_updates_gen.go#L2237: 	b.PutID(UpdatesTypeID)
		tl_updates_gen.go#L2283: 	if err := b.ConsumeID(UpdatesTypeID); err != nil {
		tl_updates_gen.go#L2962: 	case UpdatesTypeID: